Time: 0.019902944564819 -- 2026-06-13 09:18:32.256[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1880042,1880041&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D666%26ship_city%3D%E5%8C%97%E4%BA%AC%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 = 535 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-13 09:18:32.258[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1880042,1880041&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D666%26ship_city%3D%E5%8C%97%E4%BA%AC%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.0014779567718506 -- 2026-06-13 09:18:32.261[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1880042,1880041&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D666%26ship_city%3D%E5%8C%97%E4%BA%AC%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016350746154785 -- 2026-06-13 09:18:32.295[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1880042,1880041&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D666%26ship_city%3D%E5%8C%97%E4%BA%AC%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 (1880042,1880041) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011849880218506 -- 2026-06-13 09:18:32.541[唐敏-535] -- /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.0095438957214355 -- 2026-06-13 09:18:32.709[唐敏-535] -- /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.0091209411621094 -- 2026-06-13 09:18:32.867[唐敏-535] -- /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.023580074310303 -- 2026-06-13 09:18:35.333[唐敏-535] -- /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.0078458786010742 -- 2026-06-13 09:18:40.837[唐敏-535] -- /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.013220071792603 -- 2026-06-13 09:18:54.695[唐敏-535] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 and e.extrafare_name like '%超区%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096390247344971 -- 2026-06-13 09:18:58.381[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-13 09:18:58.478[唐敏-535] -- /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 (1880042,1880041) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-13 09:18:58.516[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089080333709717 -- 2026-06-13 09:18:59.100[唐敏-535] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-13 09:18:59.143[唐敏-535] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011842966079712 -- 2026-06-13 09:19:00.023[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015571117401123 -- 2026-06-13 09:19:00.118[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015294075012207 -- 2026-06-13 09:19:00.322[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014788866043091 -- 2026-06-13 09:19:13.053[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013020038604736 -- 2026-06-13 09:19:13.139[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00832200050354 -- 2026-06-13 09:20:49.518[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1881774&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D666%26ship_city%3D%E5%8C%97%E4%BA%AC%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 = 535 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 09:20:49.520[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1881774&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D666%26ship_city%3D%E5%8C%97%E4%BA%AC%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.0015289783477783 -- 2026-06-13 09:20:49.522[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1881774&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D666%26ship_city%3D%E5%8C%97%E4%BA%AC%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016748905181885 -- 2026-06-13 09:20:49.555[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1881774&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D666%26ship_city%3D%E5%8C%97%E4%BA%AC%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 (1881774) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021250009536743 -- 2026-06-13 09:20:49.795[唐敏-535] -- /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.017454147338867 -- 2026-06-13 09:20:49.967[唐敏-535] -- /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.0080978870391846 -- 2026-06-13 09:20:50.112[唐敏-535] -- /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.024835109710693 -- 2026-06-13 09:20:52.775[唐敏-535] -- /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.011369943618774 -- 2026-06-13 09:20:57.476[唐敏-535] -- /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.013733863830566 -- 2026-06-13 09:21:11.821[唐敏-535] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 and e.extrafare_name like '%偏远%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01706600189209 -- 2026-06-13 09:21:15.223[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017600059509277 -- 2026-06-13 09:21:15.319[唐敏-535] -- /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 (1881774) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001600980758667 -- 2026-06-13 09:21:15.369[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015094995498657 -- 2026-06-13 09:21:16.101[唐敏-535] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017838478088379 -- 2026-06-13 09:21:16.153[唐敏-535] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089781284332275 -- 2026-06-13 09:21:17.105[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017571449279785 -- 2026-06-13 09:21:17.178[唐敏-535] -- /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 = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010353088378906 -- 2026-06-13 09:21:17.386[唐敏-535] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 535 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011880159378052 -- 2026-06-13 09:22:49.500 -- /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.0016660690307617 -- 2026-06-13 09:22:49.503 -- /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.0026180744171143 -- 2026-06-13 09:22:49.506 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='ShenLiYun' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-13 09:22:49.508[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 43 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083599090576172 -- 2026-06-13 09:22:50.487[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010039091110229 -- 2026-06-13 09:24:52.737 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009800910949707 -- 2026-06-13 09:24:53.592[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030710697174072 -- 2026-06-13 09:24:53.595[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 2312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022928714752197 -- 2026-06-13 09:24:53.598[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 2312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019450187683105 -- 2026-06-13 09:24:53.600[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019121170043945 -- 2026-06-13 09:24:53.602[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076398849487305 -- 2026-06-13 09:25:25.620[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026230812072754 -- 2026-06-13 09:25:25.623[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 2312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015559196472168 -- 2026-06-13 09:25:25.625[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 2312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014729499816895 -- 2026-06-13 09:25:25.627[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-13 09:25:25.628[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012133121490479 -- 2026-06-13 09:40:30.888[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79277 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021688938140869 -- 2026-06-13 09:40:30.891[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 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 = 79277 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020060539245605 -- 2026-06-13 09:40:30.893[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020909309387207 -- 2026-06-13 09:40:30.895[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016608238220215 -- 2026-06-13 09:40:30.897[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016160011291504 -- 2026-06-13 09:40:30.931[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-13 09:40:30.971[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648854 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015509128570557 -- 2026-06-13 09:40:30.973[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091028213500977 -- 2026-06-13 09:40:31.135[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79277 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-13 09:40:31.137[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 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 = 79277 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-13 09:40:31.139[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002485990524292 -- 2026-06-13 09:40:31.141[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001716136932373 -- 2026-06-13 09:40:31.143[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-13 09:40:31.176[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017209053039551 -- 2026-06-13 09:40:31.228[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648854 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-13 09:40:31.230[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014013051986694 -- 2026-06-13 09:40:34.094[沈丽云-2156] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021315097808838 -- 2026-06-13 09:40:34.832[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010179996490479 -- 2026-06-13 09:47:52.413 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001572847366333 -- 2026-06-13 09:47:52.417 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002485990524292 -- 2026-06-13 09:47:52.419 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='OuShan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-13 09:47:52.421[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015678405761719 -- 2026-06-13 09:47:52.428[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026378631591797 -- 2026-06-13 09:47:52.431[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015449523925781 -- 2026-06-13 09:47:52.433[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015530586242676 -- 2026-06-13 09:47:52.434[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015311241149902 -- 2026-06-13 09:47:52.436[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010706901550293 -- 2026-06-13 09:48:52.691[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 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 = 8420 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018901824951172 -- 2026-06-13 09:48:52.694[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-13 09:48:52.695[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-13 09:48:52.744[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6643199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016398429870605 -- 2026-06-13 09:48:52.746[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082418918609619 -- 2026-06-13 09:49:35.918[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027670860290527 -- 2026-06-13 09:49:35.921[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016598701477051 -- 2026-06-13 09:49:35.923[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016510486602783 -- 2026-06-13 09:49:35.925[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016181468963623 -- 2026-06-13 09:49:35.926[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080249309539795 -- 2026-06-13 09:49:47.348[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088999271392822 -- 2026-06-13 09:49:47.824[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0102858543396 -- 2026-06-13 09:49:50.365[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 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 = 8438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019569396972656 -- 2026-06-13 09:49:50.368[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017330646514893 -- 2026-06-13 09:49:50.369[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019080638885498 -- 2026-06-13 09:49:50.404[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-13 09:49:50.405[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082039833068848 -- 2026-06-13 09:49:53.939[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014150142669678 -- 2026-06-13 09:49:54.550[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099301338195801 -- 2026-06-13 09:49:55.505[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 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 = 8433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019350051879883 -- 2026-06-13 09:49:55.507[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016860961914062 -- 2026-06-13 09:49:55.509[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018570423126221 -- 2026-06-13 09:49:55.544[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646434 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016698837280273 -- 2026-06-13 09:49:55.545[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079109668731689 -- 2026-06-13 09:50:12.089[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011429786682129 -- 2026-06-13 09:50:12.628[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021749019622803 -- 2026-06-13 09:50:14.243[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8432 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 = 8432 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-13 09:50:14.245[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8432 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016238689422607 -- 2026-06-13 09:50:14.247[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018148422241211 -- 2026-06-13 09:50:14.281[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8432 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646139 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-13 09:50:14.282[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078568458557129 -- 2026-06-13 09:50:18.194[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067269802093506 -- 2026-06-13 09:50:18.381[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 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 = 8433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012578964233398 -- 2026-06-13 09:50:18.382[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001262903213501 -- 2026-06-13 09:50:18.384[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012681484222412 -- 2026-06-13 09:50:18.418[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646434 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001248836517334 -- 2026-06-13 09:50:18.419[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091860294342041 -- 2026-06-13 09:50:20.639[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018949031829834 -- 2026-06-13 09:50:21.753[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 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 = 8426 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019140243530273 -- 2026-06-13 09:50:21.756[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016400814056396 -- 2026-06-13 09:50:21.757[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023019313812256 -- 2026-06-13 09:50:21.792[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645071 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016458034515381 -- 2026-06-13 09:50:21.794[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013449907302856 -- 2026-06-13 09:50:29.450[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02027416229248 -- 2026-06-13 09:50:30.077[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010241031646729 -- 2026-06-13 09:50:31.987[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 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 = 8425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-13 09:50:31.989[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-13 09:50:31.991[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019731521606445 -- 2026-06-13 09:50:32.025[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017387866973877 -- 2026-06-13 09:50:32.027[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021390914916992 -- 2026-06-13 09:50:34.718[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084550380706787 -- 2026-06-13 09:50:35.185[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099129676818848 -- 2026-06-13 09:50:37.107[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 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 = 8422 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-13 09:50:37.108[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016641616821289 -- 2026-06-13 09:50:37.110[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001859188079834 -- 2026-06-13 09:50:37.143[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644356 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-13 09:50:37.145[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091779232025146 -- 2026-06-13 09:50:41.106[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011159896850586 -- 2026-06-13 09:50:41.648[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010238170623779 -- 2026-06-13 09:50:43.027[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 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 = 8421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020449161529541 -- 2026-06-13 09:50:43.030[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 select org_id,org_name from dbsys.sys_org where corp_acct_id = 11 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018861293792725 -- 2026-06-13 09:50:43.032[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020260810852051 -- 2026-06-13 09:50:43.064[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644190 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019071102142334 -- 2026-06-13 09:50:43.067[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019460201263428 -- 2026-06-13 09:50:44.957[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085461139678955 -- 2026-06-13 09:50:46.225[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8424 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 = 8424 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016088485717773 -- 2026-06-13 09:50:46.227[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8424 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014369487762451 -- 2026-06-13 09:50:46.228[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8424 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016100406646729 -- 2026-06-13 09:50:46.261[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8424 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644908 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014472007751465 -- 2026-06-13 09:50:46.263[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8424 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095670223236084 -- 2026-06-13 09:51:05.287[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098898410797119 -- 2026-06-13 09:51:07.492[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 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 = 8417 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019030570983887 -- 2026-06-13 09:51:07.494[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 09:51:07.496[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-13 09:51:07.530[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6642103 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017001628875732 -- 2026-06-13 09:51:07.532[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096209049224854 -- 2026-06-13 09:51:14.785[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022089004516602 -- 2026-06-13 09:51:15.342[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009084939956665 -- 2026-06-13 09:51:17.090[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 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 = 8421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-13 09:51:17.091[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 select org_id,org_name from dbsys.sys_org where corp_acct_id = 11 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014660358428955 -- 2026-06-13 09:51:17.093[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-13 09:51:17.125[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644190 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00146484375 -- 2026-06-13 09:51:17.126[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0066370964050293 -- 2026-06-13 09:51:20.947[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096609592437744 -- 2026-06-13 09:51:25.275[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8315 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 = 8315 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019819736480713 -- 2026-06-13 09:51:25.277[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8315 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-13 09:51:25.279[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019469261169434 -- 2026-06-13 09:51:25.313[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8315 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6575164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-13 09:51:25.315[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096991062164307 -- 2026-06-13 10:01:00.447 -- /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.0088810920715332 -- 2026-06-13 10:01:06.970[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010277032852173 -- 2026-06-13 10:01:11.211[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50325 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021588802337646 -- 2026-06-13 10:01:11.213[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50325 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021419525146484 -- 2026-06-13 10:01:11.216[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650142 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-13 10:01:11.217[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-13 10:01:11.252[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650142 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016891956329346 -- 2026-06-13 10:01:11.254[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080540180206299 -- 2026-06-13 10:01:21.296[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081360340118408 -- 2026-06-13 10:01:23.436[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50325 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020530223846436 -- 2026-06-13 10:01:23.438[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50325 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-13 10:01:23.440[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650142 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015017986297607 -- 2026-06-13 10:01:23.442[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-13 10:01:23.475[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650142 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015189647674561 -- 2026-06-13 10:01:23.477[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50325 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020601987838745 -- 2026-06-13 10:01:59.141[程明-2970] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50325 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01056981086731 -- 2026-06-13 10:01:59.658[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010459899902344 -- 2026-06-13 10:02:01.531[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50321 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50321 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021440982818604 -- 2026-06-13 10:02:01.533[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50321 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50321 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020771026611328 -- 2026-06-13 10:02:01.535[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50321 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648654 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-13 10:02:01.537[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021200180053711 -- 2026-06-13 10:02:01.571[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50321 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648654 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016031265258789 -- 2026-06-13 10:02:01.573[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089271068572998 -- 2026-06-13 10:02:19.195[程明-2970] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081729888916016 -- 2026-06-13 10:02:19.649[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086381435394287 -- 2026-06-13 10:02:21.777[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50289 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50289 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-13 10:02:21.779[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50289 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50289 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017077922821045 -- 2026-06-13 10:02:21.781[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50289 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-13 10:02:21.782[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-13 10:02:21.828[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50289 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015549659729004 -- 2026-06-13 10:02:21.830[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095748901367188 -- 2026-06-13 10:02:58.854[程明-2970] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017109155654907 -- 2026-06-13 10:02:59.346[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088238716125488 -- 2026-06-13 10:03:01.605[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50284 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021591186523438 -- 2026-06-13 10:03:01.608[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021421909332275 -- 2026-06-13 10:03:01.610[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-13 10:03:01.612[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-13 10:03:01.645[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016288757324219 -- 2026-06-13 10:03:01.647[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089800357818604 -- 2026-06-13 10:03:39.905[程明-2970] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084309577941895 -- 2026-06-13 10:03:40.372[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097529888153076 -- 2026-06-13 10:03:42.011[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50284 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019209384918213 -- 2026-06-13 10:03:42.013[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019450187683105 -- 2026-06-13 10:03:42.015[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-13 10:03:42.017[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019791126251221 -- 2026-06-13 10:03:42.051[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-13 10:03:42.053[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019507169723511 -- 2026-06-13 10:03:43.984[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080718994140625 -- 2026-06-13 10:03:50.972[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021890878677368 -- 2026-06-13 10:10:25.593 -- /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.0018508434295654 -- 2026-06-13 10:10:25.597 -- /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.002863883972168 -- 2026-06-13 10:10:25.600 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='ZhuXiaoFeng' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020270347595215 -- 2026-06-13 10:10:25.602[朱小凤-937] -- /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.01741886138916 -- 2026-06-13 10:10:26.110[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094130039215088 -- 2026-06-13 10:10:27.976[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132112 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016791820526123 -- 2026-06-13 10:10:27.978[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 select payment_id from dbthird.thd_payment where oa_payment_id = 132112 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-13 10:10:27.979[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144869 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020201206207275 -- 2026-06-13 10:10:27.982[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650139 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015411376953125 -- 2026-06-13 10:10:27.983[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018979072570801 -- 2026-06-13 10:10:28.050[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 select * from dbsys.sys_contact where cont_id = 937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-13 10:10:28.052[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650139 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015559196472168 -- 2026-06-13 10:10:28.054[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015649795532227 -- 2026-06-13 10:10:28.056[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-13 10:10:28.102[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010534048080444 -- 2026-06-13 10:10:28.979[朱小凤-937] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095789432525635 -- 2026-06-13 10:10:29.576[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018664836883545 -- 2026-06-13 10:10:30.955[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132109 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-13 10:10:30.957[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select payment_id from dbthird.thd_payment where oa_payment_id = 132109 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019428730010986 -- 2026-06-13 10:10:30.959[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144866 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022971630096436 -- 2026-06-13 10:10:30.962[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-13 10:10:30.964[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017327070236206 -- 2026-06-13 10:10:31.013[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select * from dbsys.sys_contact where cont_id = 937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-13 10:10:31.016[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017609596252441 -- 2026-06-13 10:10:31.017[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-13 10:10:31.019[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-13 10:10:31.060[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090889930725098 -- 2026-06-13 10:10:31.620[朱小凤-937] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01521897315979 -- 2026-06-13 10:10:32.146[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098559856414795 -- 2026-06-13 10:10:33.181[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132092 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017728805541992 -- 2026-06-13 10:10:33.183[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 select payment_id from dbthird.thd_payment where oa_payment_id = 132092 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018908977508545 -- 2026-06-13 10:10:33.185[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144852 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022068023681641 -- 2026-06-13 10:10:33.187[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6647616 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016598701477051 -- 2026-06-13 10:10:33.189[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016958713531494 -- 2026-06-13 10:10:33.224[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 select * from dbsys.sys_contact where cont_id = 937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001788854598999 -- 2026-06-13 10:10:33.226[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6647616 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016560554504395 -- 2026-06-13 10:10:33.228[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016350746154785 -- 2026-06-13 10:10:33.230[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-13 10:10:33.270[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088620185852051 -- 2026-06-13 10:10:33.620[朱小凤-937] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009727954864502 -- 2026-06-13 10:10:34.136[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016109943389893 -- 2026-06-13 10:10:36.883[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8437 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 = 8437 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019309520721436 -- 2026-06-13 10:10:36.885[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8437 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017569065093994 -- 2026-06-13 10:10:36.887[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020091533660889 -- 2026-06-13 10:10:36.921[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8437 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648408 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-13 10:10:36.923[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015044927597046 -- 2026-06-13 10:10:38.604[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079491138458252 -- 2026-06-13 10:10:39.174[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016433954238892 -- 2026-06-13 10:10:55.966[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79270 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79270 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023360252380371 -- 2026-06-13 10:10:55.969[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79270 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 = 79270 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022480487823486 -- 2026-06-13 10:10:55.971[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79270 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79270 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024540424346924 -- 2026-06-13 10:10:55.974[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79270 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79270 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017740726470947 -- 2026-06-13 10:10:55.976[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79270 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-13 10:10:56.008[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79270 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019490718841553 -- 2026-06-13 10:10:56.061[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79270 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648611 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-13 10:10:56.063[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79270 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097908973693848 -- 2026-06-13 10:10:57.286[朱小凤-937] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79270 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023010015487671 -- 2026-06-13 10:10:57.859[朱小凤-937] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 937 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099339485168457 -- 2026-06-13 10:28:00.742[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132025 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029878616333008 -- 2026-06-13 10:28:00.745[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 SELECT ofo.otherfee_order_id recid,p.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight FROM dboa.oa_payment p LEFT JOIN dbthird.thd_otherfee of ON p.payment_id = of.oa_payment_id LEFT JOIN dbthird.thd_otherfee_order ofo ON ofo.otherfee_id = of.otherfee_id LEFT JOIN dbthird.thd_order o ON ofo.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE p.payment_id = 132025 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023059844970703 -- 2026-06-13 10:28:00.748[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644281 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-13 10:28:00.750[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024714946746826 -- 2026-06-13 10:28:00.829[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 select * from dbsys.sys_contact where cont_id = 2018 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020239353179932 -- 2026-06-13 10:28:00.831[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644281 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-13 10:28:00.833[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-13 10:28:00.835[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-13 10:28:00.871[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132025%22%7D&event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00901198387146 -- 2026-06-13 10:28:03.745[廖浩双-2018] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016807794570923 -- 2026-06-13 10:28:04.158[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013577938079834 -- 2026-06-13 10:28:05.240[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50309 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016131401062012 -- 2026-06-13 10:28:05.241[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50309 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016219615936279 -- 2026-06-13 10:28:05.243[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6646746 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014619827270508 -- 2026-06-13 10:28:05.245[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-13 10:28:05.278[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646746 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-13 10:28:05.280[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01686692237854 -- 2026-06-13 10:28:06.496[廖浩双-2018] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012021064758301 -- 2026-06-13 10:28:06.903[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099911689758301 -- 2026-06-13 10:28:07.859[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50260 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016160011291504 -- 2026-06-13 10:28:07.861[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50260 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020129680633545 -- 2026-06-13 10:28:07.863[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6641409 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-13 10:28:07.864[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016350746154785 -- 2026-06-13 10:28:07.899[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6641409 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014529228210449 -- 2026-06-13 10:28:07.900[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077929496765137 -- 2026-06-13 10:28:09.690[廖浩双-2018] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075769424438477 -- 2026-06-13 10:28:10.099[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093770027160645 -- 2026-06-13 10:28:11.014[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50230 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-13 10:28:11.016[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50230 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-13 10:28:11.018[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6639253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016708374023438 -- 2026-06-13 10:28:11.020[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-13 10:28:11.054[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-13 10:28:11.056[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014430999755859 -- 2026-06-13 10:28:12.736[廖浩双-2018] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022156000137329 -- 2026-06-13 10:28:13.159[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090980529785156 -- 2026-06-13 10:28:14.106[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50177 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017819404602051 -- 2026-06-13 10:28:14.108[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50177 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017988681793213 -- 2026-06-13 10:28:14.110[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6629536 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016491413116455 -- 2026-06-13 10:28:14.111[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018291473388672 -- 2026-06-13 10:28:14.146[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6629536 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-13 10:28:14.147[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011395215988159 -- 2026-06-13 10:28:15.919[廖浩双-2018] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010116100311279 -- 2026-06-13 10:28:16.311[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085709095001221 -- 2026-06-13 10:28:17.219[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 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 = 8435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016388893127441 -- 2026-06-13 10:28:17.221[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 select org_id,org_name from dbsys.sys_org where corp_acct_id = 40 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014040470123291 -- 2026-06-13 10:28:17.222[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016028881072998 -- 2026-06-13 10:28:17.256[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6647339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014240741729736 -- 2026-06-13 10:28:17.258[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067369937896729 -- 2026-06-13 10:28:19.895[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014492034912109 -- 2026-06-13 10:28:20.292[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010897159576416 -- 2026-06-13 10:28:21.171[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 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 = 8430 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-13 10:28:21.173[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015709400177002 -- 2026-06-13 10:28:21.175[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-13 10:28:21.209[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-13 10:28:21.210[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015722990036011 -- 2026-06-13 10:28:23.160[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022829055786133 -- 2026-06-13 10:28:23.569[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016776084899902 -- 2026-06-13 10:28:24.839[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131483 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-13 10:28:24.841[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select payment_id from dbthird.thd_payment where oa_payment_id = 131483 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-13 10:28:24.843[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144411 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002061128616333 -- 2026-06-13 10:28:24.845[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622455 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015299320220947 -- 2026-06-13 10:28:24.846[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022987127304077 -- 2026-06-13 10:28:24.912[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select * from dbsys.sys_contact where cont_id = 2018 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001701831817627 -- 2026-06-13 10:28:24.914[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622455 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-13 10:28:24.916[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-13 10:28:24.917[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-13 10:28:24.959[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092670917510986 -- 2026-06-13 10:28:28.341[廖浩双-2018] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01678204536438 -- 2026-06-13 10:28:28.743[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087599754333496 -- 2026-06-13 10:28:29.893[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131642 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-13 10:28:29.895[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT ofo.otherfee_order_id recid,p.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight FROM dboa.oa_payment p LEFT JOIN dbthird.thd_otherfee of ON p.payment_id = of.oa_payment_id LEFT JOIN dbthird.thd_otherfee_order ofo ON ofo.otherfee_id = of.otherfee_id LEFT JOIN dbthird.thd_order o ON ofo.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE p.payment_id = 131642 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016841888427734 -- 2026-06-13 10:28:29.897[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6628801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-13 10:28:29.899[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016119480133057 -- 2026-06-13 10:28:29.932[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select * from dbsys.sys_contact where cont_id = 2018 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016741752624512 -- 2026-06-13 10:28:29.933[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6628801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015490055084229 -- 2026-06-13 10:28:29.935[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015370845794678 -- 2026-06-13 10:28:29.937[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-13 10:28:29.972[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074489116668701 -- 2026-06-13 10:28:34.331[廖浩双-2018] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018795013427734 -- 2026-06-13 10:28:34.747[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095930099487305 -- 2026-06-13 10:28:35.862[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002223014831543 -- 2026-06-13 10:28:35.865[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select payment_id from dbthird.thd_payment where oa_payment_id = 131977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002223014831543 -- 2026-06-13 10:28:35.867[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144747 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001823902130127 -- 2026-06-13 10:28:35.869[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6640800 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-13 10:28:35.871[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017078876495361 -- 2026-06-13 10:28:35.920[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select * from dbsys.sys_contact where cont_id = 2018 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019519329071045 -- 2026-06-13 10:28:35.922[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640800 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-13 10:28:35.924[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-13 10:28:35.926[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017118453979492 -- 2026-06-13 10:28:35.966[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077669620513916 -- 2026-06-13 10:28:39.045[廖浩双-2018] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013537883758545 -- 2026-06-13 10:28:39.435[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0103759765625 -- 2026-06-13 10:28:48.060[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228435%22%7D&event=edit_officialSeals&officialSeals_id=8435 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 = 8435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019500255584717 -- 2026-06-13 10:28:48.062[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228435%22%7D&event=edit_officialSeals&officialSeals_id=8435 select org_id,org_name from dbsys.sys_org where corp_acct_id = 40 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-13 10:28:48.064[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228435%22%7D&event=edit_officialSeals&officialSeals_id=8435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018918514251709 -- 2026-06-13 10:28:48.098[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228435%22%7D&event=edit_officialSeals&officialSeals_id=8435 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6647339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-13 10:28:48.099[廖浩双-2018] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228435%22%7D&event=edit_officialSeals&officialSeals_id=8435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2018 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093948841094971 -- 2026-06-13 10:30:28.138 -- /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.019164085388184 -- 2026-06-13 10:30:29.814[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008491039276123 -- 2026-06-13 10:30:36.488[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132025 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025570392608643 -- 2026-06-13 10:30:36.490[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 SELECT ofo.otherfee_order_id recid,p.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight FROM dboa.oa_payment p LEFT JOIN dbthird.thd_otherfee of ON p.payment_id = of.oa_payment_id LEFT JOIN dbthird.thd_otherfee_order ofo ON ofo.otherfee_id = of.otherfee_id LEFT JOIN dbthird.thd_order o ON ofo.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE p.payment_id = 132025 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020270347595215 -- 2026-06-13 10:30:36.492[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644281 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-13 10:30:36.494[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016961097717285 -- 2026-06-13 10:30:36.528[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select * from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-13 10:30:36.530[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644281 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-13 10:30:36.531[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015370845794678 -- 2026-06-13 10:30:36.533[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015890598297119 -- 2026-06-13 10:30:36.569[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021919012069702 -- 2026-06-13 10:30:38.092[杨群-2017] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085580348968506 -- 2026-06-13 10:30:38.721[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014299154281616 -- 2026-06-13 10:30:40.554[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-13 10:30:40.556[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select payment_id from dbthird.thd_payment where oa_payment_id = 131977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019590854644775 -- 2026-06-13 10:30:40.558[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144747 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001917839050293 -- 2026-06-13 10:30:40.560[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6640800 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017831325531006 -- 2026-06-13 10:30:40.562[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01894998550415 -- 2026-06-13 10:30:40.613[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select * from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019979476928711 -- 2026-06-13 10:30:40.615[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640800 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018038749694824 -- 2026-06-13 10:30:40.617[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-13 10:30:40.619[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018432140350342 -- 2026-06-13 10:30:40.658[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0065591335296631 -- 2026-06-13 10:30:41.551[杨群-2017] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015007972717285 -- 2026-06-13 10:30:42.121[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010941028594971 -- 2026-06-13 10:30:43.548[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131642 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017948150634766 -- 2026-06-13 10:30:43.550[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT ofo.otherfee_order_id recid,p.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight FROM dboa.oa_payment p LEFT JOIN dbthird.thd_otherfee of ON p.payment_id = of.oa_payment_id LEFT JOIN dbthird.thd_otherfee_order ofo ON ofo.otherfee_id = of.otherfee_id LEFT JOIN dbthird.thd_order o ON ofo.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE p.payment_id = 131642 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017108917236328 -- 2026-06-13 10:30:43.552[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6628801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015449523925781 -- 2026-06-13 10:30:43.553[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015718936920166 -- 2026-06-13 10:30:43.586[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select * from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-13 10:30:43.588[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6628801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-13 10:30:43.589[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015239715576172 -- 2026-06-13 10:30:43.591[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-13 10:30:43.627[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0066580772399902 -- 2026-06-13 10:30:44.809[杨群-2017] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020408153533936 -- 2026-06-13 10:30:45.382[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014591932296753 -- 2026-06-13 10:30:46.527[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131483 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016951560974121 -- 2026-06-13 10:30:46.529[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select payment_id from dbthird.thd_payment where oa_payment_id = 131483 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017318725585938 -- 2026-06-13 10:30:46.531[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144411 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002100944519043 -- 2026-06-13 10:30:46.533[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622455 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015599727630615 -- 2026-06-13 10:30:46.535[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020052194595337 -- 2026-06-13 10:30:46.586[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select * from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-13 10:30:46.588[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622455 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015687942504883 -- 2026-06-13 10:30:46.589[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015511512756348 -- 2026-06-13 10:30:46.591[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-13 10:30:46.632[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014924049377441 -- 2026-06-13 10:30:47.828[杨群-2017] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097010135650635 -- 2026-06-13 10:30:48.429[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0139479637146 -- 2026-06-13 10:30:49.648[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50309 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019760131835938 -- 2026-06-13 10:30:49.650[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50309 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019822120666504 -- 2026-06-13 10:30:49.652[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6646746 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-13 10:30:49.654[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020110607147217 -- 2026-06-13 10:30:49.687[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646746 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-13 10:30:49.689[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012359857559204 -- 2026-06-13 10:30:50.697[杨群-2017] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010773181915283 -- 2026-06-13 10:30:51.214[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008944034576416 -- 2026-06-13 10:30:52.387[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50260 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022218227386475 -- 2026-06-13 10:30:52.389[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50260 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-13 10:30:52.391[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6641409 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-13 10:30:52.393[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-13 10:30:52.427[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6641409 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-13 10:30:52.429[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020309925079346 -- 2026-06-13 10:30:55.856[杨群-2017] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085759162902832 -- 2026-06-13 10:30:56.418[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084049701690674 -- 2026-06-13 10:30:57.417[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50230 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-13 10:30:57.419[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50230 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021569728851318 -- 2026-06-13 10:30:57.421[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6639253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015499591827393 -- 2026-06-13 10:30:57.423[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017638206481934 -- 2026-06-13 10:30:57.456[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-13 10:30:57.458[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090498924255371 -- 2026-06-13 10:31:01.311[杨群-2017] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089938640594482 -- 2026-06-13 10:31:01.846[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094509124755859 -- 2026-06-13 10:31:05.555[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50177 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-13 10:31:05.557[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50177 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-13 10:31:05.559[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6629536 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-13 10:31:05.561[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018959045410156 -- 2026-06-13 10:31:05.593[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6629536 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017409324645996 -- 2026-06-13 10:31:05.595[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015628814697266 -- 2026-06-13 10:31:16.207[杨群-2017] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025076150894165 -- 2026-06-13 10:31:16.709[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008411169052124 -- 2026-06-13 10:31:17.959[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 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 = 8435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-13 10:31:17.961[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 select org_id,org_name from dbsys.sys_org where corp_acct_id = 40 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-13 10:31:17.963[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017631053924561 -- 2026-06-13 10:31:17.996[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6647339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-13 10:31:17.997[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088739395141602 -- 2026-06-13 10:31:21.130[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067038536071777 -- 2026-06-13 10:31:21.695[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094399452209473 -- 2026-06-13 10:31:22.887[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 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 = 8430 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-13 10:31:22.889[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016741752624512 -- 2026-06-13 10:31:22.891[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019021034240723 -- 2026-06-13 10:31:22.925[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-13 10:31:22.927[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091710090637207 -- 2026-06-13 10:31:24.518[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085840225219727 -- 2026-06-13 10:31:25.113[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095999240875244 -- 2026-06-13 10:32:18.622 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018618106842041 -- 2026-06-13 10:32:18.626 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027329921722412 -- 2026-06-13 10:32:18.629 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='YangJianHui' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020029544830322 -- 2026-06-13 10:32:18.631[杨建辉-1344] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-13 10:32:18.639[杨建辉-1344] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029821395874023 -- 2026-06-13 10:32:18.642[杨建辉-1344] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-13 10:32:18.644[杨建辉-1344] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-13 10:32:18.646[杨建辉-1344] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-13 10:32:18.648[杨建辉-1344] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094549655914307 -- 2026-06-13 10:39:16.464 -- /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.0018670558929443 -- 2026-06-13 10:39:16.467 -- /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.0027830600738525 -- 2026-06-13 10:39:16.470 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='DengDa' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020151138305664 -- 2026-06-13 10:39:16.472[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 35 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088291168212891 -- 2026-06-13 10:39:16.892[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014601945877075 -- 2026-06-13 10:39:21.005[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79280 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020639896392822 -- 2026-06-13 10:39:21.007[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 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 = 79280 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024130344390869 -- 2026-06-13 10:39:21.010[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79280 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021069049835205 -- 2026-06-13 10:39:21.012[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79280 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-13 10:39:21.014[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-13 10:39:21.049[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020279884338379 -- 2026-06-13 10:39:21.091[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650110 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00187087059021 -- 2026-06-13 10:39:21.093[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-13 10:39:21.095[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79280 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010401964187622 -- 2026-06-13 10:39:23.246[邓炟-1787] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79280 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097579956054688 -- 2026-06-13 10:39:23.732[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018424034118652 -- 2026-06-13 10:39:24.580[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132071 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018911361694336 -- 2026-06-13 10:39:24.582[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 select payment_id from dbthird.thd_payment where oa_payment_id = 132071 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019819736480713 -- 2026-06-13 10:39:24.584[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144831 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019268989562988 -- 2026-06-13 10:39:24.586[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6646732 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-13 10:39:24.588[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019007921218872 -- 2026-06-13 10:39:24.638[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 select * from dbsys.sys_contact where cont_id = 1787 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020081996917725 -- 2026-06-13 10:39:24.640[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646732 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-13 10:39:24.642[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017681121826172 -- 2026-06-13 10:39:24.644[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018351078033447 -- 2026-06-13 10:39:24.686[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020346879959106 -- 2026-06-13 10:39:27.792[邓炟-1787] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01651406288147 -- 2026-06-13 10:39:28.200[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014307975769043 -- 2026-06-13 10:40:48.633[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132119 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-13 10:40:48.635[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 select payment_id from dbthird.thd_payment where oa_payment_id = 132119 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018661022186279 -- 2026-06-13 10:40:48.637[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144876 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021920204162598 -- 2026-06-13 10:40:48.640[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-13 10:40:48.642[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018341541290283 -- 2026-06-13 10:40:48.676[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-13 10:40:48.678[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016682147979736 -- 2026-06-13 10:40:48.679[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-13 10:40:48.681[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-13 10:40:48.722[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132119%22}&event=edit_payment&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012926816940308 -- 2026-06-13 10:40:49.982[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089840888977051 -- 2026-06-13 10:40:50.358[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082390308380127 -- 2026-06-13 10:40:51.801[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132117 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-13 10:40:51.803[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select payment_id from dbthird.thd_payment where oa_payment_id = 132117 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016331672668457 -- 2026-06-13 10:40:51.804[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144874 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020029544830322 -- 2026-06-13 10:40:51.807[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650336 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001439094543457 -- 2026-06-13 10:40:51.808[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019767999649048 -- 2026-06-13 10:40:51.859[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016250610351562 -- 2026-06-13 10:40:51.861[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650336 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014550685882568 -- 2026-06-13 10:40:51.862[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014481544494629 -- 2026-06-13 10:40:51.864[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001471996307373 -- 2026-06-13 10:40:51.902[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01333212852478 -- 2026-06-13 10:40:52.600[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079150199890137 -- 2026-06-13 10:40:52.998[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087060928344727 -- 2026-06-13 10:40:53.917[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132113 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-13 10:40:53.919[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select payment_id from dbthird.thd_payment where oa_payment_id = 132113 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-13 10:40:53.921[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144870 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020749568939209 -- 2026-06-13 10:40:53.923[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-13 10:40:53.925[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017829895019531 -- 2026-06-13 10:40:53.974[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-13 10:40:53.976[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-13 10:40:53.978[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015709400177002 -- 2026-06-13 10:40:53.980[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016138553619385 -- 2026-06-13 10:40:54.018[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008624792098999 -- 2026-06-13 10:40:54.546[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020528078079224 -- 2026-06-13 10:40:54.954[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01976203918457 -- 2026-06-13 11:04:52.661 -- /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.0017437934875488 -- 2026-06-13 11:04:52.665 -- /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.0026299953460693 -- 2026-06-13 11:04:52.668 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='ZhangYong' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-13 11:04:52.670[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094261169433594 -- 2026-06-13 11:04:54.137[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014797925949097 -- 2026-06-13 11:04:54.526[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016705989837646 -- 2026-06-13 11:04:56.888[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 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 = 8427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020039081573486 -- 2026-06-13 11:04:56.890[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-13 11:04:56.892[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019950866699219 -- 2026-06-13 11:04:56.926[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-13 11:04:56.928[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013552188873291 -- 2026-06-13 11:05:17.939[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011588096618652 -- 2026-06-13 11:05:19.371[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 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 = 8428 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020620822906494 -- 2026-06-13 11:05:19.373[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-13 11:05:19.375[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002000093460083 -- 2026-06-13 11:05:19.411[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645441 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018351078033447 -- 2026-06-13 11:05:19.413[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094888210296631 -- 2026-06-13 11:05:30.511[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077598094940186 -- 2026-06-13 11:05:30.914[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092828273773193 -- 2026-06-13 11:05:32.789[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-13 11:05:32.791[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-13 11:05:32.793[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6628206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016758441925049 -- 2026-06-13 11:05:32.795[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025212049484253 -- 2026-06-13 11:05:32.852[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6628206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-13 11:05:32.854[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091409683227539 -- 2026-06-13 11:06:01.673[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096480846405029 -- 2026-06-13 11:06:04.934[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013730525970459 -- 2026-06-13 11:06:04.936[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013680458068848 -- 2026-06-13 11:06:04.937[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6628206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012099742889404 -- 2026-06-13 11:06:04.939[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023123025894165 -- 2026-06-13 11:06:04.994[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6628206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012340545654297 -- 2026-06-13 11:06:04.996[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091578960418701 -- 2026-06-13 11:06:11.000[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091621875762939 -- 2026-06-13 11:06:11.428[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022174119949341 -- 2026-06-13 11:06:12.904[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 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 = 8427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018589496612549 -- 2026-06-13 11:06:12.906[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016241073608398 -- 2026-06-13 11:06:12.908[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019011497497559 -- 2026-06-13 11:06:12.942[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016388893127441 -- 2026-06-13 11:06:12.944[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01298999786377 -- 2026-06-13 11:06:16.902[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0224289894104 -- 2026-06-13 11:06:17.202[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-13 11:06:17.204[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017209053039551 -- 2026-06-13 11:06:17.205[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6628206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-13 11:06:17.207[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019311904907227 -- 2026-06-13 11:06:17.242[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6628206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016961097717285 -- 2026-06-13 11:06:17.244[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098960399627686 -- 2026-06-13 11:06:17.817[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095219612121582 -- 2026-06-13 11:06:18.044[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 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 = 8428 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017001628875732 -- 2026-06-13 11:06:18.046[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-13 11:06:18.048[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-13 11:06:18.082[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645441 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-13 11:06:18.084[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016772031784058 -- 2026-06-13 11:06:18.472[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014132022857666 -- 2026-06-13 11:08:11.192[闫超-2465] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087249279022217 -- 2026-06-13 11:08:53.051 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-13 11:08:53.054 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026071071624756 -- 2026-06-13 11:08:53.057 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='GaoXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-13 11:08:53.059[高祥-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.0084707736968994 -- 2026-06-13 11:08:53.412[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023724794387817 -- 2026-06-13 11:08:55.126[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132025 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020430088043213 -- 2026-06-13 11:08:55.128[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 SELECT ofo.otherfee_order_id recid,p.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight FROM dboa.oa_payment p LEFT JOIN dbthird.thd_otherfee of ON p.payment_id = of.oa_payment_id LEFT JOIN dbthird.thd_otherfee_order ofo ON ofo.otherfee_id = of.otherfee_id LEFT JOIN dbthird.thd_order o ON ofo.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE p.payment_id = 132025 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-13 11:08:55.130[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644281 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012500286102295 -- 2026-06-13 11:08:55.132[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001410961151123 -- 2026-06-13 11:08:55.165[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013999938964844 -- 2026-06-13 11:08:55.167[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644281 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012140274047852 -- 2026-06-13 11:08:55.168[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001194953918457 -- 2026-06-13 11:08:55.169[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012741088867188 -- 2026-06-13 11:08:55.205[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015077114105225 -- 2026-06-13 11:08:56.055[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132025 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083189010620117 -- 2026-06-13 11:08:56.794[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012917995452881 -- 2026-06-13 11:08:58.228[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001666784286499 -- 2026-06-13 11:08:58.229[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select payment_id from dbthird.thd_payment where oa_payment_id = 131977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-13 11:08:58.231[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144747 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022499561309814 -- 2026-06-13 11:08:58.234[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6640800 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015349388122559 -- 2026-06-13 11:08:58.235[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-13 11:08:58.269[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016601085662842 -- 2026-06-13 11:08:58.270[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640800 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-13 11:08:58.272[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015358924865723 -- 2026-06-13 11:08:58.274[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015859603881836 -- 2026-06-13 11:08:58.312[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093581676483154 -- 2026-06-13 11:09:01.006[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018342971801758 -- 2026-06-13 11:09:01.572[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092599391937256 -- 2026-06-13 11:09:03.657[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131642 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019450187683105 -- 2026-06-13 11:09:03.659[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT ofo.otherfee_order_id recid,p.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight FROM dboa.oa_payment p LEFT JOIN dbthird.thd_otherfee of ON p.payment_id = of.oa_payment_id LEFT JOIN dbthird.thd_otherfee_order ofo ON ofo.otherfee_id = of.otherfee_id LEFT JOIN dbthird.thd_order o ON ofo.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE p.payment_id = 131642 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-13 11:09:03.661[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6628801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-13 11:09:03.662[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-13 11:09:03.697[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017471313476562 -- 2026-06-13 11:09:03.699[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6628801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-13 11:09:03.700[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001619815826416 -- 2026-06-13 11:09:03.702[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-13 11:09:03.738[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019298076629639 -- 2026-06-13 11:09:04.520[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131642 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019148111343384 -- 2026-06-13 11:09:05.182[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088438987731934 -- 2026-06-13 11:09:06.552[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131483 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016770362854004 -- 2026-06-13 11:09:06.554[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select payment_id from dbthird.thd_payment where oa_payment_id = 131483 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 11:09:06.556[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144411 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021140575408936 -- 2026-06-13 11:09:06.558[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622455 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015649795532227 -- 2026-06-13 11:09:06.560[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013771057128906 -- 2026-06-13 11:09:06.606[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-13 11:09:06.608[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622455 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015671253204346 -- 2026-06-13 11:09:06.610[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015428066253662 -- 2026-06-13 11:09:06.611[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00160813331604 -- 2026-06-13 11:09:06.654[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080578327178955 -- 2026-06-13 11:09:07.278[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131483 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097630023956299 -- 2026-06-13 11:09:07.605[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018651485443115 -- 2026-06-13 11:09:07.676[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031960010528564 -- 2026-06-13 11:09:07.720[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79283 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075130462646484 -- 2026-06-13 11:09:08.043[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096399784088135 -- 2026-06-13 11:09:08.621[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018599033355713 -- 2026-06-13 11:09:08.658[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00984787940979 -- 2026-06-13 11:09:09.699[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50309 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023670196533203 -- 2026-06-13 11:09:09.701[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50309 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023229122161865 -- 2026-06-13 11:09:09.704[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6646746 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017790794372559 -- 2026-06-13 11:09:09.706[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019659996032715 -- 2026-06-13 11:09:09.740[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646746 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-13 11:09:09.742[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080599784851074 -- 2026-06-13 11:09:10.987[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50309 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011202096939087 -- 2026-06-13 11:09:11.540[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022676944732666 -- 2026-06-13 11:09:13.198[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50260 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023319721221924 -- 2026-06-13 11:09:13.201[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50260 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019769668579102 -- 2026-06-13 11:09:13.203[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6641409 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018181800842285 -- 2026-06-13 11:09:13.205[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020079612731934 -- 2026-06-13 11:09:13.238[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6641409 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001835823059082 -- 2026-06-13 11:09:13.240[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018508195877075 -- 2026-06-13 11:09:14.851[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017726182937622 -- 2026-06-13 11:09:15.416[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089712142944336 -- 2026-06-13 11:09:24.717[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50230 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002032995223999 -- 2026-06-13 11:09:24.719[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50230 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020649433135986 -- 2026-06-13 11:09:24.721[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6639253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016441345214844 -- 2026-06-13 11:09:24.723[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-13 11:09:24.757[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015602111816406 -- 2026-06-13 11:09:24.758[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019861936569214 -- 2026-06-13 11:09:26.282[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019341945648193 -- 2026-06-13 11:09:26.959[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092830657958984 -- 2026-06-13 11:09:28.251[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50177 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002140998840332 -- 2026-06-13 11:09:28.253[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50177 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021028518676758 -- 2026-06-13 11:09:28.255[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6629536 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-13 11:09:28.257[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017828941345215 -- 2026-06-13 11:09:28.292[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6629536 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-13 11:09:28.293[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078980922698975 -- 2026-06-13 11:09:29.562[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50177 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018428087234497 -- 2026-06-13 11:09:30.171[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023236989974976 -- 2026-06-13 11:09:34.267[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002357006072998 -- 2026-06-13 11:09:34.269[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023009777069092 -- 2026-06-13 11:09:34.272[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6628206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017781257629395 -- 2026-06-13 11:09:34.273[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020140886306763 -- 2026-06-13 11:09:34.326[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6628206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018138885498047 -- 2026-06-13 11:09:34.328[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015121936798096 -- 2026-06-13 11:10:07.903[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50164 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089268684387207 -- 2026-06-13 11:10:08.415[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010050058364868 -- 2026-06-13 11:10:10.280[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 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 = 8438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-13 11:10:10.282[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-13 11:10:10.284[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-13 11:10:10.318[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016279220581055 -- 2026-06-13 11:10:10.320[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021553993225098 -- 2026-06-13 11:10:29.071[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013050079345703 -- 2026-06-13 11:10:30.090[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0102379322052 -- 2026-06-13 11:10:31.889[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 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 = 8433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020740032196045 -- 2026-06-13 11:10:31.892[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017938613891602 -- 2026-06-13 11:10:31.894[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019500255584717 -- 2026-06-13 11:10:31.928[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646434 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-13 11:10:31.930[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011972904205322 -- 2026-06-13 11:10:38.169[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012514114379883 -- 2026-06-13 11:10:38.976[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015577793121338 -- 2026-06-13 11:10:41.276[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 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 = 8426 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020139217376709 -- 2026-06-13 11:10:41.279[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-13 11:10:41.281[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019629001617432 -- 2026-06-13 11:10:41.313[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645071 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-13 11:10:41.315[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010390996932983 -- 2026-06-13 11:10:42.326[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015981197357178 -- 2026-06-13 11:10:42.431[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029301643371582 -- 2026-06-13 11:10:42.464[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79283 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030889511108398 -- 2026-06-13 11:10:42.468[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2465,updatedby_id = 2465 where otherfee_id = 13730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017102956771851 -- 2026-06-13 11:10:43.493[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015361309051514 -- 2026-06-13 11:10:43.575[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031800270080566 -- 2026-06-13 11:10:43.611[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79283 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032119750976562 -- 2026-06-13 11:10:43.614[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2465,updatedby_id = 2465 where otherfee_id = 13730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008195161819458 -- 2026-06-13 11:10:43.809[闫超-2465] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016059875488281 -- 2026-06-13 11:10:49.571[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008558988571167 -- 2026-06-13 11:10:50.320[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098240375518799 -- 2026-06-13 11:10:51.652[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 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 = 8425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-13 11:10:51.654[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-13 11:10:51.656[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019538402557373 -- 2026-06-13 11:10:51.690[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-13 11:10:51.692[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094799995422363 -- 2026-06-13 11:10:56.366[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095169544219971 -- 2026-06-13 11:10:57.139[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087461471557617 -- 2026-06-13 11:10:58.529[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 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 = 8422 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-13 11:10:58.531[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00154709815979 -- 2026-06-13 11:10:58.533[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017871856689453 -- 2026-06-13 11:10:58.566[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644356 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-13 11:10:58.568[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015584945678711 -- 2026-06-13 11:11:07.466[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014984130859375 -- 2026-06-13 11:11:08.154[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098109245300293 -- 2026-06-13 11:11:09.402[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8420 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 = 8420 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-13 11:11:09.404[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8420 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016100406646729 -- 2026-06-13 11:11:09.405[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-13 11:11:09.439[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8420 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6643199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016241073608398 -- 2026-06-13 11:11:09.441[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012759923934937 -- 2026-06-13 11:11:12.718[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014034032821655 -- 2026-06-13 11:11:13.468[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010541915893555 -- 2026-06-13 11:11:19.590[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 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 = 8417 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-13 11:11:19.592[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-13 11:11:19.594[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020010471343994 -- 2026-06-13 11:11:19.629[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6642103 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-13 11:11:19.631[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081608295440674 -- 2026-06-13 11:11:25.156[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017231941223145 -- 2026-06-13 11:11:25.798[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015342950820923 -- 2026-06-13 11:12:28.766[闫超-2465] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095388889312744 -- 2026-06-13 11:13:13.079[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-13 11:13:13.148[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038020610809326 -- 2026-06-13 11:13:13.183[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007519006729126 -- 2026-06-13 11:13:20.902[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014641284942627 -- 2026-06-13 11:13:20.991[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028250217437744 -- 2026-06-13 11:13:21.024[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026538372039795 -- 2026-06-13 11:13:21.026[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2465,updatedby_id = 2465 where otherfee_id = 13731 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0155348777771 -- 2026-06-13 11:13:32.207[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017688274383545 -- 2026-06-13 11:13:32.244[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081470012664795 -- 2026-06-13 11:13:58.398 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-13 11:13:58.401 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024349689483643 -- 2026-06-13 11:13:58.404 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='sophia' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-13 11:13:58.405[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015599727630615 -- 2026-06-13 11:13:58.413[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 172 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026018619537354 -- 2026-06-13 11:13:58.415[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 172 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015158653259277 -- 2026-06-13 11:13:58.417[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 172 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-13 11:13:58.419[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014021396636963 -- 2026-06-13 11:13:58.420[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013490200042725 -- 2026-06-13 11:14:02.465[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-13 11:14:02.550[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030379295349121 -- 2026-06-13 11:14:02.583[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028438568115234 -- 2026-06-13 11:14:02.586[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2465,updatedby_id = 2465 where otherfee_id = 13731 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082540512084961 -- 2026-06-13 11:14:03.465[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-13 11:14:03.547[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027987957000732 -- 2026-06-13 11:14:03.579[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028629302978516 -- 2026-06-13 11:14:03.582[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2465,updatedby_id = 2465 where otherfee_id = 13731 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022825956344604 -- 2026-06-13 11:14:03.814[闫超-2465] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017538070678711 -- 2026-06-13 11:15:27.275 -- /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.014102935791016 -- 2026-06-13 11:15:28.576[熊绍东-1016] -- /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 = 1016 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021579265594482 -- 2026-06-13 11:15:28.578[熊绍东-1016] -- /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 = 1016 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022361278533936 -- 2026-06-13 11:15:28.580[熊绍东-1016] -- /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 = 1016 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0047149658203125 -- 2026-06-13 11:15:28.585[熊绍东-1016] -- /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 = 1016 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030710697174072 -- 2026-06-13 11:15:28.589[熊绍东-1016] -- /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= 1016 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023730039596558 -- 2026-06-13 11:15:30.067[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=8423 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 = 8423 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-13 11:15:30.069[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=8423 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644640 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018279552459717 -- 2026-06-13 11:15:30.071[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=8423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-13 11:15:30.073[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=8423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010281085968018 -- 2026-06-13 11:16:15.896[闫超-2465] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085470676422119 -- 2026-06-13 11:16:45.545[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016422271728516 -- 2026-06-13 11:16:45.612[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030839443206787 -- 2026-06-13 11:16:45.656[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010811805725098 -- 2026-06-13 11:16:46.747[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001270055770874 -- 2026-06-13 11:16:46.783[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016578912734985 -- 2026-06-13 11:17:44.618 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001471996307373 -- 2026-06-13 11:17:44.621 -- /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.0020220279693604 -- 2026-06-13 11:17:44.623 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='WuLingGang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-13 11:17:44.625[吴凌刚-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.016747951507568 -- 2026-06-13 11:17:45.512[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01055383682251 -- 2026-06-13 11:17:46.517[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020480155944824 -- 2026-06-13 11:17:46.520[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select payment_id from dbthird.thd_payment where oa_payment_id = 132131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021209716796875 -- 2026-06-13 11:17:46.522[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144890 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024890899658203 -- 2026-06-13 11:17:46.524[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651146 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-13 11:17:46.527[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020468235015869 -- 2026-06-13 11:17:46.560[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020320415496826 -- 2026-06-13 11:17:46.562[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651146 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018880367279053 -- 2026-06-13 11:17:46.564[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019030570983887 -- 2026-06-13 11:17:46.566[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019209384918213 -- 2026-06-13 11:17:46.604[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016829013824463 -- 2026-06-13 11:17:48.647[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089709758758545 -- 2026-06-13 11:17:49.119[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082709789276123 -- 2026-06-13 11:17:50.068[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015738010406494 -- 2026-06-13 11:17:50.070[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select payment_id from dbthird.thd_payment where oa_payment_id = 132126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016131401062012 -- 2026-06-13 11:17:50.072[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144883 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016090869903564 -- 2026-06-13 11:17:50.074[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651090 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014569759368896 -- 2026-06-13 11:17:50.075[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015058517456055 -- 2026-06-13 11:17:50.108[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-13 11:17:50.110[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651090 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014469623565674 -- 2026-06-13 11:17:50.112[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001431941986084 -- 2026-06-13 11:17:50.113[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014829635620117 -- 2026-06-13 11:17:50.152[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092730522155762 -- 2026-06-13 11:17:51.543[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015278100967407 -- 2026-06-13 11:17:51.991[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081419944763184 -- 2026-06-13 11:17:52.540[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016148090362549 -- 2026-06-13 11:17:52.629[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031661987304688 -- 2026-06-13 11:17:52.663[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031449794769287 -- 2026-06-13 11:17:52.667[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2465,updatedby_id = 2465 where otherfee_id = 13732 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010252952575684 -- 2026-06-13 11:17:52.976[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131800 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-13 11:17:52.978[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 select payment_id from dbthird.thd_payment where oa_payment_id = 131800 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020129680633545 -- 2026-06-13 11:17:52.981[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144607 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019669532775879 -- 2026-06-13 11:17:52.983[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6631188 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-13 11:17:52.985[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018799304962158 -- 2026-06-13 11:17:53.019[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019938945770264 -- 2026-06-13 11:17:53.021[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6631188 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018720626831055 -- 2026-06-13 11:17:53.023[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018520355224609 -- 2026-06-13 11:17:53.025[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-13 11:17:53.073[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131800 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018213033676147 -- 2026-06-13 11:17:53.575[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-13 11:17:53.658[闫超-2465] -- /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 = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003162145614624 -- 2026-06-13 11:17:53.691[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2465,updatedby_id = 2465 where extrafareApply_id = 79285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027351379394531 -- 2026-06-13 11:17:53.693[闫超-2465] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2465,updatedby_id = 2465 where otherfee_id = 13732 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087349414825439 -- 2026-06-13 11:17:53.902[闫超-2465] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2465 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092051029205322 -- 2026-06-13 11:17:58.517[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131800 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010838985443115 -- 2026-06-13 11:17:59.000[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010411024093628 -- 2026-06-13 11:23:07.166[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228417%22}&event=edit_officialSeals&officialSeals_id=8417 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 = 8417 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-13 11:23:07.168[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228417%22}&event=edit_officialSeals&officialSeals_id=8417 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-13 11:23:07.170[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228417%22}&event=edit_officialSeals&officialSeals_id=8417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-13 11:23:07.212[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228417%22}&event=edit_officialSeals&officialSeals_id=8417 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6642103 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00152587890625 -- 2026-06-13 11:23:07.214[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228417%22}&event=edit_officialSeals&officialSeals_id=8417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012981176376343 -- 2026-06-13 11:23:32.185[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228422%22}&event=edit_officialSeals&officialSeals_id=8422 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 = 8422 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021200180053711 -- 2026-06-13 11:23:32.187[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228422%22}&event=edit_officialSeals&officialSeals_id=8422 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019381046295166 -- 2026-06-13 11:23:32.189[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228422%22}&event=edit_officialSeals&officialSeals_id=8422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020580291748047 -- 2026-06-13 11:23:32.225[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228422%22}&event=edit_officialSeals&officialSeals_id=8422 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644356 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018799304962158 -- 2026-06-13 11:23:32.227[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228422%22}&event=edit_officialSeals&officialSeals_id=8422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0105299949646 -- 2026-06-13 11:24:08.173[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228425%22}&event=edit_officialSeals&officialSeals_id=8425 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 = 8425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020661354064941 -- 2026-06-13 11:24:08.175[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228425%22}&event=edit_officialSeals&officialSeals_id=8425 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001924991607666 -- 2026-06-13 11:24:08.177[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228425%22}&event=edit_officialSeals&officialSeals_id=8425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020151138305664 -- 2026-06-13 11:24:08.212[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228425%22}&event=edit_officialSeals&officialSeals_id=8425 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-13 11:24:08.214[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228425%22}&event=edit_officialSeals&officialSeals_id=8425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009890079498291 -- 2026-06-13 11:24:35.809[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228426%22}&event=edit_officialSeals&officialSeals_id=8426 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 = 8426 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017721652984619 -- 2026-06-13 11:24:35.811[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228426%22}&event=edit_officialSeals&officialSeals_id=8426 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016140937805176 -- 2026-06-13 11:24:35.813[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228426%22}&event=edit_officialSeals&officialSeals_id=8426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017058849334717 -- 2026-06-13 11:24:35.847[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228426%22}&event=edit_officialSeals&officialSeals_id=8426 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645071 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015249252319336 -- 2026-06-13 11:24:35.849[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228426%22}&event=edit_officialSeals&officialSeals_id=8426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01440691947937 -- 2026-06-13 11:25:11.637[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228438%22}&event=edit_officialSeals&officialSeals_id=8438 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 = 8438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020041465759277 -- 2026-06-13 11:25:11.639[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228438%22}&event=edit_officialSeals&officialSeals_id=8438 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018949508666992 -- 2026-06-13 11:25:11.641[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228438%22}&event=edit_officialSeals&officialSeals_id=8438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019948482513428 -- 2026-06-13 11:25:11.676[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228438%22}&event=edit_officialSeals&officialSeals_id=8438 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-13 11:25:11.678[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228438%22}&event=edit_officialSeals&officialSeals_id=8438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092899799346924 -- 2026-06-13 11:26:36.065[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 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 = 8420 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019228458404541 -- 2026-06-13 11:26:36.067[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017588138580322 -- 2026-06-13 11:26:36.069[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018589496612549 -- 2026-06-13 11:26:36.103[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6643199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00166916847229 -- 2026-06-13 11:26:36.105[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228420%22}&event=edit_officialSeals&officialSeals_id=8420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018712043762207 -- 2026-06-13 11:30:17.322[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-13 11:30:17.324[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select payment_id from dbthird.thd_payment where oa_payment_id = 132136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-13 11:30:17.326[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144895 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021381378173828 -- 2026-06-13 11:30:17.328[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651274 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-13 11:30:17.330[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02134895324707 -- 2026-06-13 11:30:17.396[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017480850219727 -- 2026-06-13 11:30:17.398[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651274 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-13 11:30:17.400[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015990734100342 -- 2026-06-13 11:30:17.402[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016231536865234 -- 2026-06-13 11:30:17.448[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096821784973145 -- 2026-06-13 11:30:18.669[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088570117950439 -- 2026-06-13 11:30:19.096[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077080726623535 -- 2026-06-13 11:30:20.284[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013821125030518 -- 2026-06-13 11:30:20.286[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select payment_id from dbthird.thd_payment where oa_payment_id = 132134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001399040222168 -- 2026-06-13 11:30:20.287[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144893 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017728805541992 -- 2026-06-13 11:30:20.289[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001227855682373 -- 2026-06-13 11:30:20.291[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012838840484619 -- 2026-06-13 11:30:20.324[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013818740844727 -- 2026-06-13 11:30:20.326[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012190341949463 -- 2026-06-13 11:30:20.327[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012290477752686 -- 2026-06-13 11:30:20.329[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012691020965576 -- 2026-06-13 11:30:20.367[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019711971282959 -- 2026-06-13 11:30:26.400[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093750953674316 -- 2026-06-13 11:30:27.837[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132132 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-13 11:30:27.839[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select payment_id from dbthird.thd_payment where oa_payment_id = 132132 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-13 11:30:27.841[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144891 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-13 11:30:27.843[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651176 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016648769378662 -- 2026-06-13 11:30:27.845[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02314281463623 -- 2026-06-13 11:30:27.899[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-13 11:30:27.901[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651176 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-13 11:30:27.903[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016698837280273 -- 2026-06-13 11:30:27.905[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-13 11:30:27.944[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016293048858643 -- 2026-06-13 11:30:29.331[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01292896270752 -- 2026-06-13 11:30:29.739[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022480010986328 -- 2026-06-13 11:30:31.025[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-13 11:30:31.026[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select payment_id from dbthird.thd_payment where oa_payment_id = 132134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016038417816162 -- 2026-06-13 11:30:31.028[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144893 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015780925750732 -- 2026-06-13 11:30:31.030[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-13 11:30:31.031[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015890598297119 -- 2026-06-13 11:30:31.065[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015499591827393 -- 2026-06-13 11:30:31.066[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015788078308105 -- 2026-06-13 11:30:31.068[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-13 11:30:31.070[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015819072723389 -- 2026-06-13 11:30:31.109[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014775991439819 -- 2026-06-13 11:30:53.680[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079569816589355 -- 2026-06-13 11:30:54.063[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020749092102051 -- 2026-06-13 11:30:55.249[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132123 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015408992767334 -- 2026-06-13 11:30:55.250[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select payment_id from dbthird.thd_payment where oa_payment_id = 132123 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016441345214844 -- 2026-06-13 11:30:55.252[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144880 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020110607147217 -- 2026-06-13 11:30:55.254[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014419555664062 -- 2026-06-13 11:30:55.256[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-13 11:30:55.290[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015640258789062 -- 2026-06-13 11:30:55.291[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014421939849854 -- 2026-06-13 11:30:55.293[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014300346374512 -- 2026-06-13 11:30:55.294[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014669895172119 -- 2026-06-13 11:30:55.342[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022495031356812 -- 2026-06-13 11:30:57.428[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094230175018311 -- 2026-06-13 11:30:57.820[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01938796043396 -- 2026-06-13 11:33:06.430 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099279880523682 -- 2026-06-13 11:33:06.901[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1316 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003054141998291 -- 2026-06-13 11:33:06.905[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019500255584717 -- 2026-06-13 11:33:06.907[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019969940185547 -- 2026-06-13 11:33:06.909[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019049644470215 -- 2026-06-13 11:33:06.911[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012448072433472 -- 2026-06-13 11:36:22.033[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017658948898315 -- 2026-06-13 11:36:22.959[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130975 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-13 11:36:22.960[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select payment_id from dbthird.thd_payment where oa_payment_id = 130975 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-13 11:36:22.962[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144007 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020689964294434 -- 2026-06-13 11:36:22.964[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6595262 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014979839324951 -- 2026-06-13 11:36:22.966[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018990993499756 -- 2026-06-13 11:36:23.017[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-13 11:36:23.019[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6595262 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014908313751221 -- 2026-06-13 11:36:23.021[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014948844909668 -- 2026-06-13 11:36:23.022[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-13 11:36:23.064[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084857940673828 -- 2026-06-13 11:36:30.628[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091228485107422 -- 2026-06-13 11:36:31.112[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010032176971436 -- 2026-06-13 11:36:35.532[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130975 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-13 11:36:35.534[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select payment_id from dbthird.thd_payment where oa_payment_id = 130975 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-13 11:36:35.536[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144007 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017828941345215 -- 2026-06-13 11:36:35.538[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6595262 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017769336700439 -- 2026-06-13 11:36:35.539[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018301010131836 -- 2026-06-13 11:36:35.573[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-13 11:36:35.575[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6595262 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-13 11:36:35.577[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-13 11:36:35.579[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-13 11:36:35.619[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099849700927734 -- 2026-06-13 11:38:10.014 -- /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.0019128322601318 -- 2026-06-13 11:38:10.018 -- /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.0028331279754639 -- 2026-06-13 11:38:10.021 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='WangXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020880699157715 -- 2026-06-13 11:38:10.023[王翔-928] -- /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.0090999603271484 -- 2026-06-13 11:38:10.383[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01901388168335 -- 2026-06-13 11:38:11.754[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019419193267822 -- 2026-06-13 11:38:11.756[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 select payment_id from dbthird.thd_payment where oa_payment_id = 132136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016860961914062 -- 2026-06-13 11:38:11.758[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144895 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019659996032715 -- 2026-06-13 11:38:11.760[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651274 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014729499816895 -- 2026-06-13 11:38:11.761[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-13 11:38:11.795[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015618801116943 -- 2026-06-13 11:38:11.797[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651274 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-13 11:38:11.798[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014669895172119 -- 2026-06-13 11:38:11.800[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014801025390625 -- 2026-06-13 11:38:11.840[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02131199836731 -- 2026-06-13 11:38:13.321[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015992164611816 -- 2026-06-13 11:38:13.745[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092220306396484 -- 2026-06-13 11:38:15.054[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017738342285156 -- 2026-06-13 11:38:15.056[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select payment_id from dbthird.thd_payment where oa_payment_id = 132134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-13 11:38:15.058[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144893 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022499561309814 -- 2026-06-13 11:38:15.060[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016489028930664 -- 2026-06-13 11:38:15.062[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-13 11:38:15.096[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017731189727783 -- 2026-06-13 11:38:15.098[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016188621520996 -- 2026-06-13 11:38:15.099[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-13 11:38:15.101[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016770362854004 -- 2026-06-13 11:38:15.140[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010568857192993 -- 2026-06-13 11:38:16.331[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016465187072754 -- 2026-06-13 11:38:16.755[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018014907836914 -- 2026-06-13 11:38:18.135[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132132 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-13 11:38:18.137[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select payment_id from dbthird.thd_payment where oa_payment_id = 132132 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017881393432617 -- 2026-06-13 11:38:18.139[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144891 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021190643310547 -- 2026-06-13 11:38:18.141[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651176 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016241073608398 -- 2026-06-13 11:38:18.143[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016623973846436 -- 2026-06-13 11:38:18.193[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-13 11:38:18.195[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651176 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-13 11:38:18.197[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016028881072998 -- 2026-06-13 11:38:18.198[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-13 11:38:18.238[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023447036743164 -- 2026-06-13 11:38:19.264[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016037225723267 -- 2026-06-13 11:38:19.686[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017765998840332 -- 2026-06-13 11:38:39.112[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132123 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-13 11:38:39.114[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select payment_id from dbthird.thd_payment where oa_payment_id = 132123 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016238689422607 -- 2026-06-13 11:38:39.116[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144880 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015709400177002 -- 2026-06-13 11:38:39.117[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015418529510498 -- 2026-06-13 11:38:39.119[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021687030792236 -- 2026-06-13 11:38:39.171[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016191005706787 -- 2026-06-13 11:38:39.173[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001446008682251 -- 2026-06-13 11:38:39.174[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001431941986084 -- 2026-06-13 11:38:39.176[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014870166778564 -- 2026-06-13 11:38:39.224[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015834093093872 -- 2026-06-13 11:38:41.057[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009181022644043 -- 2026-06-13 11:38:41.494[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018200159072876 -- 2026-06-13 11:39:07.115[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132119 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-13 11:39:07.117[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 select payment_id from dbthird.thd_payment where oa_payment_id = 132119 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018231868743896 -- 2026-06-13 11:39:07.119[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144876 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017788410186768 -- 2026-06-13 11:39:07.121[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-13 11:39:07.123[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019025802612305 -- 2026-06-13 11:39:07.174[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018138885498047 -- 2026-06-13 11:39:07.176[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016558170318604 -- 2026-06-13 11:39:07.178[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-13 11:39:07.179[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016541481018066 -- 2026-06-13 11:39:07.218[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097949504852295 -- 2026-06-13 11:39:34.960[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017570018768311 -- 2026-06-13 11:39:35.398[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010063886642456 -- 2026-06-13 11:39:36.496[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132117 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019681453704834 -- 2026-06-13 11:39:36.499[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select payment_id from dbthird.thd_payment where oa_payment_id = 132117 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020110607147217 -- 2026-06-13 11:39:36.501[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144874 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023860931396484 -- 2026-06-13 11:39:36.503[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650336 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-13 11:39:36.505[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-13 11:39:36.539[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-13 11:39:36.542[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650336 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-13 11:39:36.544[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018181800842285 -- 2026-06-13 11:39:36.546[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-13 11:39:36.584[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083129405975342 -- 2026-06-13 11:39:37.878[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096220970153809 -- 2026-06-13 11:39:38.286[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084738731384277 -- 2026-06-13 11:39:39.524[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132113 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-13 11:39:39.526[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select payment_id from dbthird.thd_payment where oa_payment_id = 132113 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-13 11:39:39.528[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144870 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020549297332764 -- 2026-06-13 11:39:39.530[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015201568603516 -- 2026-06-13 11:39:39.532[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016939640045166 -- 2026-06-13 11:39:39.565[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-13 11:39:39.567[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015201568603516 -- 2026-06-13 11:39:39.568[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-13 11:39:39.570[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015270709991455 -- 2026-06-13 11:39:39.608[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092878341674805 -- 2026-06-13 11:39:40.412[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082581043243408 -- 2026-06-13 11:39:40.857[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010388851165771 -- 2026-06-13 11:39:41.796[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132060 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016188621520996 -- 2026-06-13 11:39:41.798[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select payment_id from dbthird.thd_payment where oa_payment_id = 132060 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-13 11:39:41.800[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144820 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020802021026611 -- 2026-06-13 11:39:41.802[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6646092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015168190002441 -- 2026-06-13 11:39:41.804[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019434928894043 -- 2026-06-13 11:39:41.856[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016961097717285 -- 2026-06-13 11:39:41.858[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015139579772949 -- 2026-06-13 11:39:41.859[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015099048614502 -- 2026-06-13 11:39:41.861[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015518665313721 -- 2026-06-13 11:39:41.900[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096039772033691 -- 2026-06-13 11:39:42.465[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079269409179688 -- 2026-06-13 11:39:42.887[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01970911026001 -- 2026-06-13 11:39:43.977[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132055 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-13 11:39:43.979[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 select payment_id from dbthird.thd_payment where oa_payment_id = 132055 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020821094512939 -- 2026-06-13 11:39:43.981[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144815 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023889541625977 -- 2026-06-13 11:39:43.983[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6645930 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-13 11:39:43.985[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017421007156372 -- 2026-06-13 11:39:44.035[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020489692687988 -- 2026-06-13 11:39:44.037[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645930 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-13 11:39:44.039[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019071102142334 -- 2026-06-13 11:39:44.041[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018899440765381 -- 2026-06-13 11:39:44.080[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132055 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091290473937988 -- 2026-06-13 11:39:45.532[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132055 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090320110321045 -- 2026-06-13 11:39:45.965[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085430145263672 -- 2026-06-13 11:39:47.122[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79265 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79265 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-13 11:39:47.124[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79265 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 = 79265 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002032995223999 -- 2026-06-13 11:39:47.126[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79265 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79265 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.006004810333252 -- 2026-06-13 11:39:47.132[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79265 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79265 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-13 11:39:47.134[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79265 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015220642089844 -- 2026-06-13 11:39:47.167[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79265 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-13 11:39:47.214[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79265 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648323 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015242099761963 -- 2026-06-13 11:39:47.216[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79265 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01958703994751 -- 2026-06-13 11:39:48.429[王翔-928] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79265 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089938640594482 -- 2026-06-13 11:39:48.928[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073339939117432 -- 2026-06-13 11:39:49.995[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50315 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015008449554443 -- 2026-06-13 11:39:49.996[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50315 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014808177947998 -- 2026-06-13 11:39:49.998[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648289 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013442039489746 -- 2026-06-13 11:39:50.000[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015079975128174 -- 2026-06-13 11:39:50.033[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648289 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013890266418457 -- 2026-06-13 11:39:50.034[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092799663543701 -- 2026-06-13 11:39:50.684[王翔-928] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083091259002686 -- 2026-06-13 11:39:51.084[王翔-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 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086729526519775 -- 2026-06-13 11:50:01.722 -- /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.0016388893127441 -- 2026-06-13 11:50:01.725 -- /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.0025739669799805 -- 2026-06-13 11:50:01.728 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='WenFeng' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018317699432373 -- 2026-06-13 11:50:01.730[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 29 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017344951629639 -- 2026-06-13 11:50:02.130[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017024040222168 -- 2026-06-13 11:50:03.949[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019221305847168 -- 2026-06-13 11:50:03.951[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select payment_id from dbthird.thd_payment where oa_payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019547939300537 -- 2026-06-13 11:50:03.953[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144888 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022850036621094 -- 2026-06-13 11:50:03.956[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017797946929932 -- 2026-06-13 11:50:03.958[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019488334655762 -- 2026-06-13 11:50:03.992[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018961429595947 -- 2026-06-13 11:50:03.994[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-13 11:50:03.996[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017738342285156 -- 2026-06-13 11:50:03.998[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-13 11:50:04.042[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094850063323975 -- 2026-06-13 11:50:14.191[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012913942337036 -- 2026-06-13 11:50:19.872[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02216911315918 -- 2026-06-13 11:50:22.465[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018651485443115 -- 2026-06-13 11:50:22.467[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select payment_id from dbthird.thd_payment where oa_payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-13 11:50:22.469[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144884 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019481182098389 -- 2026-06-13 11:50:22.471[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017352104187012 -- 2026-06-13 11:50:22.473[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019161701202393 -- 2026-06-13 11:50:22.507[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-13 11:50:22.509[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001737117767334 -- 2026-06-13 11:50:22.511[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-13 11:50:22.513[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001755952835083 -- 2026-06-13 11:50:22.553[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022046089172363 -- 2026-06-13 11:50:24.346[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011854887008667 -- 2026-06-13 11:50:24.874[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015042781829834 -- 2026-06-13 11:50:26.212[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001849889755249 -- 2026-06-13 11:50:26.214[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select payment_id from dbthird.thd_payment where oa_payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-13 11:50:26.216[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144881 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018618106842041 -- 2026-06-13 11:50:26.218[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 11:50:26.220[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017831325531006 -- 2026-06-13 11:50:26.254[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018448829650879 -- 2026-06-13 11:50:26.256[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017461776733398 -- 2026-06-13 11:50:26.258[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-13 11:50:26.260[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-13 11:50:26.299[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088748931884766 -- 2026-06-13 11:50:27.851[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009268045425415 -- 2026-06-13 11:50:28.356[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019005060195923 -- 2026-06-13 11:50:52.082[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132116 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018332004547119 -- 2026-06-13 11:50:52.084[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select payment_id from dbthird.thd_payment where oa_payment_id = 132116 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018658638000488 -- 2026-06-13 11:50:52.086[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144873 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-13 11:50:52.088[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-13 11:50:52.090[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001896858215332 -- 2026-06-13 11:50:52.125[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018901824951172 -- 2026-06-13 11:50:52.127[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-13 11:50:52.129[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016918182373047 -- 2026-06-13 11:50:52.131[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-13 11:50:52.171[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081701278686523 -- 2026-06-13 11:50:57.326[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092899799346924 -- 2026-06-13 11:50:57.888[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00996994972229 -- 2026-06-13 11:50:59.928[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019230842590332 -- 2026-06-13 11:50:59.930[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select payment_id from dbthird.thd_payment where oa_payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001986026763916 -- 2026-06-13 11:50:59.933[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144877 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023090839385986 -- 2026-06-13 11:50:59.935[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001784086227417 -- 2026-06-13 11:50:59.937[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-13 11:50:59.971[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019669532775879 -- 2026-06-13 11:50:59.973[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017821788787842 -- 2026-06-13 11:50:59.975[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017781257629395 -- 2026-06-13 11:50:59.977[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018141269683838 -- 2026-06-13 11:51:00.016[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082018375396729 -- 2026-06-13 11:51:07.022[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01714301109314 -- 2026-06-13 11:51:07.666[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022254943847656 -- 2026-06-13 11:51:09.156[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018792152404785 -- 2026-06-13 11:51:09.158[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select payment_id from dbthird.thd_payment where oa_payment_id = 132121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019938945770264 -- 2026-06-13 11:51:09.160[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144878 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019488334655762 -- 2026-06-13 11:51:09.162[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-13 11:51:09.164[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018585920333862 -- 2026-06-13 11:51:09.214[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019769668579102 -- 2026-06-13 11:51:09.216[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-13 11:51:09.218[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-13 11:51:09.220[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-13 11:51:09.260[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089020729064941 -- 2026-06-13 11:51:11.415[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094208717346191 -- 2026-06-13 11:51:12.009[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015705108642578 -- 2026-06-13 11:51:13.702[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132122 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015909671783447 -- 2026-06-13 11:51:13.704[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select payment_id from dbthird.thd_payment where oa_payment_id = 132122 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-13 11:51:13.705[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144879 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020089149475098 -- 2026-06-13 11:51:13.708[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650794 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014669895172119 -- 2026-06-13 11:51:13.709[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019025087356567 -- 2026-06-13 11:51:13.761[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-13 11:51:13.763[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650794 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014650821685791 -- 2026-06-13 11:51:13.764[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014569759368896 -- 2026-06-13 11:51:13.766[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015108585357666 -- 2026-06-13 11:51:13.805[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008897066116333 -- 2026-06-13 11:51:16.445[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018778085708618 -- 2026-06-13 11:51:17.025[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0069169998168945 -- 2026-06-13 11:54:04.792[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018528938293457 -- 2026-06-13 11:55:18.679[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015697002410889 -- 2026-06-13 11:55:20.796[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015649795532227 -- 2026-06-13 11:55:20.798[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select payment_id from dbthird.thd_payment where oa_payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-13 11:55:20.800[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144888 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019619464874268 -- 2026-06-13 11:55:20.802[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014941692352295 -- 2026-06-13 11:55:20.804[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019533157348633 -- 2026-06-13 11:55:20.855[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-13 11:55:20.857[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014019012451172 -- 2026-06-13 11:55:20.858[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014209747314453 -- 2026-06-13 11:55:20.860[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014350414276123 -- 2026-06-13 11:55:20.897[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00838303565979 -- 2026-06-13 11:55:23.496[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019524812698364 -- 2026-06-13 11:55:23.947[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099270343780518 -- 2026-06-13 11:55:25.231[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019388198852539 -- 2026-06-13 11:55:25.233[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select payment_id from dbthird.thd_payment where oa_payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019910335540771 -- 2026-06-13 11:55:25.235[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144884 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023488998413086 -- 2026-06-13 11:55:25.237[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-13 11:55:25.239[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015306949615479 -- 2026-06-13 11:55:25.287[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019650459289551 -- 2026-06-13 11:55:25.289[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018279552459717 -- 2026-06-13 11:55:25.291[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-13 11:55:25.293[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-13 11:55:25.330[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010858058929443 -- 2026-06-13 11:55:26.377[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081119537353516 -- 2026-06-13 11:55:26.814[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080459117889404 -- 2026-06-13 11:55:28.322[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-13 11:55:28.324[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select payment_id from dbthird.thd_payment where oa_payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020020008087158 -- 2026-06-13 11:55:28.326[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144881 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-13 11:55:28.328[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014081001281738 -- 2026-06-13 11:55:28.329[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019590854644775 -- 2026-06-13 11:55:28.381[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015919208526611 -- 2026-06-13 11:55:28.382[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001392126083374 -- 2026-06-13 11:55:28.384[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013899803161621 -- 2026-06-13 11:55:28.386[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014169216156006 -- 2026-06-13 11:55:28.424[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015321016311646 -- 2026-06-13 11:55:29.968[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081250667572021 -- 2026-06-13 11:55:30.387[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01754903793335 -- 2026-06-13 11:55:35.410[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132105 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-13 11:55:35.412[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select payment_id from dbthird.thd_payment where oa_payment_id = 132105 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022859573364258 -- 2026-06-13 11:55:35.415[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648615 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-13 11:55:35.417[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017769336700439 -- 2026-06-13 11:55:35.450[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018658638000488 -- 2026-06-13 11:55:35.452[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648615 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-13 11:55:35.454[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-13 11:55:35.456[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017611980438232 -- 2026-06-13 11:55:35.493[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017110109329224 -- 2026-06-13 11:55:37.557[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013437986373901 -- 2026-06-13 11:55:37.981[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013736009597778 -- 2026-06-13 11:55:39.235[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132122 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016589164733887 -- 2026-06-13 11:55:39.237[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select payment_id from dbthird.thd_payment where oa_payment_id = 132122 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-13 11:55:39.239[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144879 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-13 11:55:39.241[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650794 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015528202056885 -- 2026-06-13 11:55:39.242[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016219615936279 -- 2026-06-13 11:55:39.275[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-13 11:55:39.277[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650794 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015449523925781 -- 2026-06-13 11:55:39.279[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-13 11:55:39.281[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001629114151001 -- 2026-06-13 11:55:39.321[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.006788969039917 -- 2026-06-13 11:56:00.702[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250342%22}&event=edit_fareApply&fareApply_id=50342 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013670921325684 -- 2026-06-13 11:56:00.704[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250342%22}&event=edit_fareApply&fareApply_id=50342 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50342 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013818740844727 -- 2026-06-13 11:56:00.705[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250342%22}&event=edit_fareApply&fareApply_id=50342 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651182 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013000965118408 -- 2026-06-13 11:56:00.706[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250342%22}&event=edit_fareApply&fareApply_id=50342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013959407806396 -- 2026-06-13 11:56:00.760[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250342%22}&event=edit_fareApply&fareApply_id=50342 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651182 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012218952178955 -- 2026-06-13 11:56:00.761[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250342%22}&event=edit_fareApply&fareApply_id=50342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016341924667358 -- 2026-06-13 11:56:04.101[熊亚娜-708] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01219916343689 -- 2026-06-13 11:56:04.557[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012235164642334 -- 2026-06-13 11:56:05.717[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 11:56:05.718[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select payment_id from dbthird.thd_payment where oa_payment_id = 132137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-13 11:56:05.720[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144896 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016682147979736 -- 2026-06-13 11:56:05.722[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-13 11:56:05.724[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019587993621826 -- 2026-06-13 11:56:05.775[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-13 11:56:05.777[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015239715576172 -- 2026-06-13 11:56:05.779[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015308856964111 -- 2026-06-13 11:56:05.781[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015687942504883 -- 2026-06-13 11:56:05.826[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084271430969238 -- 2026-06-13 11:56:06.633[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016129016876221 -- 2026-06-13 11:56:07.081[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087769031524658 -- 2026-06-13 11:56:07.174[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088109970092773 -- 2026-06-13 11:56:07.629[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014785051345825 -- 2026-06-13 11:56:09.056[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019938945770264 -- 2026-06-13 11:56:09.058[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select payment_id from dbthird.thd_payment where oa_payment_id = 132121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020139217376709 -- 2026-06-13 11:56:09.061[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144878 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019841194152832 -- 2026-06-13 11:56:09.063[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-13 11:56:09.065[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018126964569092 -- 2026-06-13 11:56:09.115[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020260810852051 -- 2026-06-13 11:56:09.117[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-13 11:56:09.119[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-13 11:56:09.121[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-13 11:56:09.160[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089180469512939 -- 2026-06-13 11:56:30.158[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014801979064941 -- 2026-06-13 11:56:30.629[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023027896881104 -- 2026-06-13 11:56:33.169[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132116 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018157958984375 -- 2026-06-13 11:56:33.171[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select payment_id from dbthird.thd_payment where oa_payment_id = 132116 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018711090087891 -- 2026-06-13 11:56:33.173[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144873 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-13 11:56:33.175[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-13 11:56:33.177[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-13 11:56:33.211[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018570423126221 -- 2026-06-13 11:56:33.213[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-13 11:56:33.215[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-13 11:56:33.217[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-13 11:56:33.256[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016165018081665 -- 2026-06-13 11:56:40.100[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017414093017578 -- 2026-06-13 11:56:40.570[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083630084991455 -- 2026-06-13 11:56:44.249[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016219615936279 -- 2026-06-13 11:56:44.251[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select payment_id from dbthird.thd_payment where oa_payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 11:56:44.253[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144877 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-13 11:56:44.254[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014951229095459 -- 2026-06-13 11:56:44.256[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015349388122559 -- 2026-06-13 11:56:44.289[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-13 11:56:44.291[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014970302581787 -- 2026-06-13 11:56:44.293[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-13 11:56:44.294[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015189647674561 -- 2026-06-13 11:56:44.333[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018567085266113 -- 2026-06-13 11:57:05.892[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090429782867432 -- 2026-06-13 11:57:06.347[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093588829040527 -- 2026-06-13 12:07:08.424[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090208053588867 -- 2026-06-13 12:08:47.775 -- /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.0017039775848389 -- 2026-06-13 12:08:47.779 -- /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.0026729106903076 -- 2026-06-13 12:08:47.782 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='YangJianHui' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018999576568604 -- 2026-06-13 12:08:47.784[杨建辉-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.01328706741333 -- 2026-06-13 12:08:48.185[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016525030136108 -- 2026-06-13 12:08:49.627[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001633882522583 -- 2026-06-13 12:08:49.629[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select payment_id from dbthird.thd_payment where oa_payment_id = 132137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-13 12:08:49.631[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144896 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020830631256104 -- 2026-06-13 12:08:49.633[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-13 12:08:49.635[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017499923706055 -- 2026-06-13 12:08:49.686[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-13 12:08:49.688[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-13 12:08:49.690[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015082359313965 -- 2026-06-13 12:08:49.692[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015268325805664 -- 2026-06-13 12:08:49.733[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008404016494751 -- 2026-06-13 12:08:50.867[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012192010879517 -- 2026-06-13 12:08:51.303[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098268985748291 -- 2026-06-13 12:12:35.287 -- /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.0019428730010986 -- 2026-06-13 12:12:35.291 -- /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.0029118061065674 -- 2026-06-13 12:12:35.294 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='GuoRongBo' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021119117736816 -- 2026-06-13 12:12:35.296[郭荣波-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.018088102340698 -- 2026-06-13 12:12:35.620[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086739063262939 -- 2026-06-13 12:12:36.921[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021109580993652 -- 2026-06-13 12:12:36.923[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select payment_id from dbthird.thd_payment where oa_payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-13 12:12:36.925[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144888 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020098686218262 -- 2026-06-13 12:12:36.927[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-13 12:12:36.929[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019477844238281 -- 2026-06-13 12:12:36.981[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-13 12:12:36.983[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-13 12:12:36.985[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014910697937012 -- 2026-06-13 12:12:36.986[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015478134155273 -- 2026-06-13 12:12:37.033[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020512819290161 -- 2026-06-13 12:12:37.832[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00850510597229 -- 2026-06-13 12:12:38.287[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097618103027344 -- 2026-06-13 12:12:39.390[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-13 12:12:39.392[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select payment_id from dbthird.thd_payment where oa_payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019149780273438 -- 2026-06-13 12:12:39.394[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144884 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-13 12:12:39.396[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 12:12:39.398[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018241405487061 -- 2026-06-13 12:12:39.431[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019001960754395 -- 2026-06-13 12:12:39.433[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-13 12:12:39.435[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-13 12:12:39.437[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-13 12:12:39.474[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010836124420166 -- 2026-06-13 12:12:40.545[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008018970489502 -- 2026-06-13 12:12:41.092[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020960092544556 -- 2026-06-13 12:12:42.255[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019149780273438 -- 2026-06-13 12:12:42.257[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select payment_id from dbthird.thd_payment where oa_payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019619464874268 -- 2026-06-13 12:12:42.259[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144881 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023300647735596 -- 2026-06-13 12:12:42.261[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017929077148438 -- 2026-06-13 12:12:42.263[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018298625946045 -- 2026-06-13 12:12:42.297[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019218921661377 -- 2026-06-13 12:12:42.299[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017631053924561 -- 2026-06-13 12:12:42.301[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017609596252441 -- 2026-06-13 12:12:42.303[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018281936645508 -- 2026-06-13 12:12:42.340[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017383098602295 -- 2026-06-13 12:12:43.022[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084278583526611 -- 2026-06-13 12:12:43.555[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021352052688599 -- 2026-06-13 12:12:44.748[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132122 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022649765014648 -- 2026-06-13 12:12:44.750[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select payment_id from dbthird.thd_payment where oa_payment_id = 132122 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018811225891113 -- 2026-06-13 12:12:44.752[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144879 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-13 12:12:44.754[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650794 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016951560974121 -- 2026-06-13 12:12:44.756[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-13 12:12:44.789[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-13 12:12:44.791[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650794 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-13 12:12:44.793[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-13 12:12:44.795[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017118453979492 -- 2026-06-13 12:12:44.834[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098538398742676 -- 2026-06-13 12:12:45.922[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010325908660889 -- 2026-06-13 12:12:46.361[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085041522979736 -- 2026-06-13 12:12:47.649[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016191005706787 -- 2026-06-13 12:12:47.650[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select payment_id from dbthird.thd_payment where oa_payment_id = 132121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-13 12:12:47.652[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144878 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002061128616333 -- 2026-06-13 12:12:47.654[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014939308166504 -- 2026-06-13 12:12:47.656[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018225908279419 -- 2026-06-13 12:12:47.706[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-13 12:12:47.708[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-13 12:12:47.709[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014817714691162 -- 2026-06-13 12:12:47.711[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015239715576172 -- 2026-06-13 12:12:47.752[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077269077301025 -- 2026-06-13 12:12:48.779[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092661380767822 -- 2026-06-13 12:12:49.289[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016796112060547 -- 2026-06-13 12:12:50.565[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-13 12:12:50.567[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select payment_id from dbthird.thd_payment where oa_payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020060539245605 -- 2026-06-13 12:12:50.569[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144877 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023980140686035 -- 2026-06-13 12:12:50.571[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-13 12:12:50.573[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018191337585449 -- 2026-06-13 12:12:50.607[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001945972442627 -- 2026-06-13 12:12:50.609[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-13 12:12:50.611[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018138885498047 -- 2026-06-13 12:12:50.613[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-13 12:12:50.652[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096170902252197 -- 2026-06-13 12:12:51.556[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075631141662598 -- 2026-06-13 12:12:52.014[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011016845703125 -- 2026-06-13 12:12:53.322[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132116 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-13 12:12:53.324[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select payment_id from dbthird.thd_payment where oa_payment_id = 132116 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-13 12:12:53.326[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144873 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-13 12:12:53.328[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012190341949463 -- 2026-06-13 12:12:53.329[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020937919616699 -- 2026-06-13 12:12:53.381[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014441013336182 -- 2026-06-13 12:12:53.383[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012149810791016 -- 2026-06-13 12:12:53.384[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0011999607086182 -- 2026-06-13 12:12:53.386[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012509822845459 -- 2026-06-13 12:12:53.425[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016955852508545 -- 2026-06-13 12:12:54.530[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011298894882202 -- 2026-06-13 12:12:54.985[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020434856414795 -- 2026-06-13 12:12:56.302[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132105 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019910335540771 -- 2026-06-13 12:12:56.304[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select payment_id from dbthird.thd_payment where oa_payment_id = 132105 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019497871398926 -- 2026-06-13 12:12:56.306[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648615 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014369487762451 -- 2026-06-13 12:12:56.308[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014389038085938 -- 2026-06-13 12:12:56.353[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016069412231445 -- 2026-06-13 12:12:56.355[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648615 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00148606300354 -- 2026-06-13 12:12:56.357[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014450550079346 -- 2026-06-13 12:12:56.358[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001474142074585 -- 2026-06-13 12:12:56.393[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010116815567017 -- 2026-06-13 12:12:57.509[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076408386230469 -- 2026-06-13 12:12:57.951[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099878311157227 -- 2026-06-13 12:12:59.273[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4246 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 = 4246 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024971961975098 -- 2026-06-13 12:12:59.276[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4246 select * from dbpurc.purc_apply_product where purcapply_id = 4246 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018072128295898 -- 2026-06-13 12:12:59.277[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4246 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010097026824951 -- 2026-06-13 12:13:02.684[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089790821075439 -- 2026-06-13 12:13:03.216[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084769725799561 -- 2026-06-13 12:13:17.456[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017108917236328 -- 2026-06-13 12:13:24.256[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097150802612305 -- 2026-06-13 12:13:28.379[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017941951751709 -- 2026-06-13 12:13:32.206[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-13 12:13:32.207[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select payment_id from dbthird.thd_payment where oa_payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-13 12:13:32.209[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144884 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-13 12:13:32.211[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-13 12:13:32.213[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-13 12:13:32.248[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-13 12:13:32.250[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016539096832275 -- 2026-06-13 12:13:32.251[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 12:13:32.253[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-13 12:13:32.290[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091640949249268 -- 2026-06-13 12:16:54.847[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093669891357422 -- 2026-06-13 12:16:56.923[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015623092651367 -- 2026-06-13 12:16:59.261[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016129016876221 -- 2026-06-13 12:16:59.263[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select payment_id from dbthird.thd_payment where oa_payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016307830810547 -- 2026-06-13 12:16:59.265[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144888 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020079612731934 -- 2026-06-13 12:16:59.267[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014438629150391 -- 2026-06-13 12:16:59.269[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018642902374268 -- 2026-06-13 12:16:59.320[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015990734100342 -- 2026-06-13 12:16:59.322[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-13 12:16:59.324[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014469623565674 -- 2026-06-13 12:16:59.325[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014688968658447 -- 2026-06-13 12:16:59.364[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075640678405762 -- 2026-06-13 12:17:03.760[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094549655914307 -- 2026-06-13 12:17:05.720[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-13 12:17:05.722[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select payment_id from dbthird.thd_payment where oa_payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-13 12:17:05.725[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144881 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022358894348145 -- 2026-06-13 12:17:05.727[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-13 12:17:05.729[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019490003585815 -- 2026-06-13 12:17:05.781[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018448829650879 -- 2026-06-13 12:17:05.783[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-13 12:17:05.784[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016591548919678 -- 2026-06-13 12:17:05.786[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-13 12:17:05.825[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076918601989746 -- 2026-06-13 12:23:00.684[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017212152481079 -- 2026-06-13 12:23:03.120[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096800327301025 -- 2026-06-13 12:23:05.097[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-13 12:23:05.099[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select payment_id from dbthird.thd_payment where oa_payment_id = 132137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023348331451416 -- 2026-06-13 12:23:05.102[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144896 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022339820861816 -- 2026-06-13 12:23:05.104[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-13 12:23:05.106[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016152143478394 -- 2026-06-13 12:23:05.155[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019068717956543 -- 2026-06-13 12:23:05.157[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017051696777344 -- 2026-06-13 12:23:05.159[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-13 12:23:05.161[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-13 12:23:05.200[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016309022903442 -- 2026-06-13 12:23:14.801[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085351467132568 -- 2026-06-13 12:23:15.256[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093770027160645 -- 2026-06-13 12:25:14.951[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092339515686035 -- 2026-06-13 12:25:16.333[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-13 12:25:16.335[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select payment_id from dbthird.thd_payment where oa_payment_id = 132137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-13 12:25:16.337[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144896 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-13 12:25:16.339[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-13 12:25:16.341[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018918514251709 -- 2026-06-13 12:25:16.374[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017158985137939 -- 2026-06-13 12:25:16.376[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-13 12:25:16.378[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-13 12:25:16.380[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-13 12:25:16.417[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015044927597046 -- 2026-06-13 12:25:17.815[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096449851989746 -- 2026-06-13 12:25:18.345[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095460414886475 -- 2026-06-13 12:37:42.050 -- /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.0018279552459717 -- 2026-06-13 12:37:42.054 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023510456085205 -- 2026-06-13 12:37:42.056 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='HuangLiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020051002502441 -- 2026-06-13 12:37:42.058[黄亮-456] -- /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= 11 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089240074157715 -- 2026-06-13 12:37:42.458[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010937929153442 -- 2026-06-13 12:37:44.168[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132146 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023679733276367 -- 2026-06-13 12:37:44.170[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select payment_id from dbthird.thd_payment where oa_payment_id = 132146 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023939609527588 -- 2026-06-13 12:37:44.173[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144905 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023539066314697 -- 2026-06-13 12:37:44.175[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-13 12:37:44.177[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019772052764893 -- 2026-06-13 12:37:44.213[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select * from dbsys.sys_contact where cont_id = 456 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019559860229492 -- 2026-06-13 12:37:44.215[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-13 12:37:44.217[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-13 12:37:44.219[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-13 12:37:44.259[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015328168869019 -- 2026-06-13 12:37:47.037[黄亮-456] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095150470733643 -- 2026-06-13 12:37:47.568[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020109176635742 -- 2026-06-13 12:37:48.854[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132144 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013320446014404 -- 2026-06-13 12:37:48.856[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select payment_id from dbthird.thd_payment where oa_payment_id = 132144 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001410961151123 -- 2026-06-13 12:37:48.857[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144903 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013542175292969 -- 2026-06-13 12:37:48.859[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001227855682373 -- 2026-06-13 12:37:48.860[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019933223724365 -- 2026-06-13 12:37:48.912[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select * from dbsys.sys_contact where cont_id = 456 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013840198516846 -- 2026-06-13 12:37:48.913[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012538433074951 -- 2026-06-13 12:37:48.914[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012099742889404 -- 2026-06-13 12:37:48.916[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012829303741455 -- 2026-06-13 12:37:48.953[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094349384307861 -- 2026-06-13 12:37:50.374[黄亮-456] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016545057296753 -- 2026-06-13 12:37:50.894[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010710000991821 -- 2026-06-13 12:37:52.335[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132143 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015180110931396 -- 2026-06-13 12:37:52.337[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select payment_id from dbthird.thd_payment where oa_payment_id = 132143 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020051002502441 -- 2026-06-13 12:37:52.339[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144902 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019369125366211 -- 2026-06-13 12:37:52.341[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651414 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013980865478516 -- 2026-06-13 12:37:52.343[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02010703086853 -- 2026-06-13 12:37:52.395[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select * from dbsys.sys_contact where cont_id = 456 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-13 12:37:52.396[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651414 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014281272888184 -- 2026-06-13 12:37:52.398[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013952255249023 -- 2026-06-13 12:37:52.400[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014491081237793 -- 2026-06-13 12:37:52.439[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010082006454468 -- 2026-06-13 12:37:54.929[黄亮-456] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019871950149536 -- 2026-06-13 12:37:55.424[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083098411560059 -- 2026-06-13 12:37:56.870[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132142 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-13 12:37:56.872[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select payment_id from dbthird.thd_payment where oa_payment_id = 132142 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016682147979736 -- 2026-06-13 12:37:56.874[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144901 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-13 12:37:56.876[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651411 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001446008682251 -- 2026-06-13 12:37:56.877[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014951229095459 -- 2026-06-13 12:37:56.910[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select * from dbsys.sys_contact where cont_id = 456 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015861988067627 -- 2026-06-13 12:37:56.912[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651411 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014541149139404 -- 2026-06-13 12:37:56.913[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014441013336182 -- 2026-06-13 12:37:56.915[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014729499816895 -- 2026-06-13 12:37:56.963[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098469257354736 -- 2026-06-13 12:37:57.277[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 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 = 79085 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015959739685059 -- 2026-06-13 12:37:57.279[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2376 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-13 12:37:57.323[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2376 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-13 12:37:57.354[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6630299 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014960765838623 -- 2026-06-13 12:37:57.356[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2376 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-13 12:37:57.358[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2376 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011489868164062 -- 2026-06-13 12:37:57.810[胡洁胤-2376] -- /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 =47 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092868804931641 -- 2026-06-13 12:37:57.886[胡洁胤-2376] -- /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 = 47 and cont.cont_isenable = 1 AND cont.cont_name like '%胡洁胤%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019601106643677 -- 2026-06-13 12:37:57.996[胡洁胤-2376] -- /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 = 47 AND o.org_name like '%快运车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020970106124878 -- 2026-06-13 12:37:58.294[黄亮-456] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012571096420288 -- 2026-06-13 12:37:58.780[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091390609741211 -- 2026-06-13 12:38:00.345[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50345 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022540092468262 -- 2026-06-13 12:38:00.347[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50345 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022101402282715 -- 2026-06-13 12:38:00.350[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651412 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016510486602783 -- 2026-06-13 12:38:00.351[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-13 12:38:00.386[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651412 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016491413116455 -- 2026-06-13 12:38:00.388[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0228590965271 -- 2026-06-13 12:38:06.133[黄亮-456] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01080584526062 -- 2026-06-13 12:38:06.603[黄亮-456] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 456 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010002136230469 -- 2026-06-13 12:38:06.952[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 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 = 79085 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-13 12:38:06.954[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2376 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019528865814209 -- 2026-06-13 12:38:06.985[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2376 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-13 12:38:07.018[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6630299 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018811225891113 -- 2026-06-13 12:38:07.020[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2376 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019030570983887 -- 2026-06-13 12:38:07.022[胡洁胤-2376] -- /buz/oa/index.php/oamgmt/oa_application?para=%7B%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279085%22%7D&event=edit_extrafareApply&extrafareApply_id=79085 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2376 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014498949050903 -- 2026-06-13 12:38:07.278[胡洁胤-2376] -- /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 =47 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02063512802124 -- 2026-06-13 12:38:07.371[胡洁胤-2376] -- /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 = 47 and cont.cont_isenable = 1 AND cont.cont_name like '%胡洁胤%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077669620513916 -- 2026-06-13 12:38:07.440[胡洁胤-2376] -- /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 = 47 AND o.org_name like '%快运车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083529949188232 -- 2026-06-13 13:11:10.485[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-13 13:11:10.488[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select payment_id from dbthird.thd_payment where oa_payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001924991607666 -- 2026-06-13 13:11:10.490[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144877 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019519329071045 -- 2026-06-13 13:11:10.492[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014400482177734 -- 2026-06-13 13:11:10.493[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-13 13:11:10.565[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015349388122559 -- 2026-06-13 13:11:10.567[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013749599456787 -- 2026-06-13 13:11:10.568[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001345157623291 -- 2026-06-13 13:11:10.570[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014240741729736 -- 2026-06-13 13:11:10.609[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021620035171509 -- 2026-06-13 13:11:21.283[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016541481018066 -- 2026-06-13 13:11:21.285[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select payment_id from dbthird.thd_payment where oa_payment_id = 132120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-13 13:11:21.287[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144877 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016560554504395 -- 2026-06-13 13:11:21.289[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016329288482666 -- 2026-06-13 13:11:21.291[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-13 13:11:21.324[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016458034515381 -- 2026-06-13 13:11:21.326[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-13 13:11:21.328[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016250610351562 -- 2026-06-13 13:11:21.329[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017209053039551 -- 2026-06-13 13:11:21.379[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132120%22%7D&event=edit_payment&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092840194702148 -- 2026-06-13 13:11:25.138[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020230054855347 -- 2026-06-13 13:11:25.798[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088388919830322 -- 2026-06-13 13:11:27.096[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132122 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-13 13:11:27.097[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select payment_id from dbthird.thd_payment where oa_payment_id = 132122 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-13 13:11:27.099[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144879 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020990371704102 -- 2026-06-13 13:11:27.102[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650794 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015628337860107 -- 2026-06-13 13:11:27.103[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02338695526123 -- 2026-06-13 13:11:27.159[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-13 13:11:27.161[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650794 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-13 13:11:27.162[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-13 13:11:27.164[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015778541564941 -- 2026-06-13 13:11:27.202[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015549182891846 -- 2026-06-13 13:11:28.652[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132122 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009584903717041 -- 2026-06-13 13:11:29.209[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009882926940918 -- 2026-06-13 13:11:32.322[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019090175628662 -- 2026-06-13 13:11:32.324[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select payment_id from dbthird.thd_payment where oa_payment_id = 132121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-13 13:11:32.326[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144878 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022850036621094 -- 2026-06-13 13:11:32.329[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-13 13:11:32.330[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-13 13:11:32.364[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-13 13:11:32.366[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017228126525879 -- 2026-06-13 13:11:32.368[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-13 13:11:32.370[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-13 13:11:32.408[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095720291137695 -- 2026-06-13 13:11:34.768[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010245084762573 -- 2026-06-13 13:11:35.379[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014309883117676 -- 2026-06-13 13:11:36.728[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132116 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001957893371582 -- 2026-06-13 13:11:36.731[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select payment_id from dbthird.thd_payment where oa_payment_id = 132116 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020139217376709 -- 2026-06-13 13:11:36.733[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144873 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024209022521973 -- 2026-06-13 13:11:36.735[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018901824951172 -- 2026-06-13 13:11:36.737[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-13 13:11:36.771[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002039909362793 -- 2026-06-13 13:11:36.773[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-13 13:11:36.775[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-13 13:11:36.777[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019159317016602 -- 2026-06-13 13:11:36.819[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090749263763428 -- 2026-06-13 13:11:38.404[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132116 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01327919960022 -- 2026-06-13 13:11:38.968[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018296003341675 -- 2026-06-13 13:11:40.114[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-13 13:11:40.116[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select payment_id from dbthird.thd_payment where oa_payment_id = 132124 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-13 13:11:40.118[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144881 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022068023681641 -- 2026-06-13 13:11:40.121[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016701221466064 -- 2026-06-13 13:11:40.123[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-13 13:11:40.156[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-13 13:11:40.158[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650898 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-13 13:11:40.160[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016689300537109 -- 2026-06-13 13:11:40.162[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017051696777344 -- 2026-06-13 13:11:40.200[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097520351409912 -- 2026-06-13 13:11:41.301[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132124 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010385036468506 -- 2026-06-13 13:11:41.775[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014723062515259 -- 2026-06-13 13:11:42.874[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019738674163818 -- 2026-06-13 13:11:42.876[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select payment_id from dbthird.thd_payment where oa_payment_id = 132127 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020060539245605 -- 2026-06-13 13:11:42.878[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144884 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020132064819336 -- 2026-06-13 13:11:42.881[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-13 13:11:42.882[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-13 13:11:42.916[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019731521606445 -- 2026-06-13 13:11:42.918[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018231868743896 -- 2026-06-13 13:11:42.920[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-13 13:11:42.922[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001906156539917 -- 2026-06-13 13:11:42.960[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011888980865479 -- 2026-06-13 13:11:45.224[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132127 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007159948348999 -- 2026-06-13 13:11:45.835[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077331066131592 -- 2026-06-13 13:11:46.860[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-13 13:11:46.862[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select payment_id from dbthird.thd_payment where oa_payment_id = 132129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-13 13:11:46.863[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144888 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-13 13:11:46.865[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013558864593506 -- 2026-06-13 13:11:46.867[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013880729675293 -- 2026-06-13 13:11:46.900[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015039443969727 -- 2026-06-13 13:11:46.901[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013530254364014 -- 2026-06-13 13:11:46.903[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013279914855957 -- 2026-06-13 13:11:46.904[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013720989227295 -- 2026-06-13 13:11:46.941[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013868808746338 -- 2026-06-13 13:11:48.642[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084071159362793 -- 2026-06-13 13:11:49.160[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083990097045898 -- 2026-06-13 13:12:36.184[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011497020721436 -- 2026-06-13 13:12:37.342[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132146 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-13 13:12:37.344[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select payment_id from dbthird.thd_payment where oa_payment_id = 132146 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-13 13:12:37.346[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144905 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018439292907715 -- 2026-06-13 13:12:37.348[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-13 13:12:37.350[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-13 13:12:37.383[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-13 13:12:37.385[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-13 13:12:37.387[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-13 13:12:37.389[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-13 13:12:37.427[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019804000854492 -- 2026-06-13 13:12:38.595[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099611282348633 -- 2026-06-13 13:12:39.066[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01758599281311 -- 2026-06-13 13:12:41.073[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132144 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-13 13:12:41.075[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select payment_id from dbthird.thd_payment where oa_payment_id = 132144 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017991065979004 -- 2026-06-13 13:12:41.077[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144903 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-13 13:12:41.079[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016090869903564 -- 2026-06-13 13:12:41.081[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016589164733887 -- 2026-06-13 13:12:41.115[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001755952835083 -- 2026-06-13 13:12:41.117[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016160011291504 -- 2026-06-13 13:12:41.118[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016138553619385 -- 2026-06-13 13:12:41.120[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-13 13:12:41.158[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092461109161377 -- 2026-06-13 13:12:42.168[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010771036148071 -- 2026-06-13 13:12:42.562[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078117847442627 -- 2026-06-13 13:12:43.427[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132143 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014858245849609 -- 2026-06-13 13:12:43.429[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select payment_id from dbthird.thd_payment where oa_payment_id = 132143 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015621185302734 -- 2026-06-13 13:12:43.430[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144902 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015041828155518 -- 2026-06-13 13:12:43.432[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651414 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013580322265625 -- 2026-06-13 13:12:43.433[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018285989761353 -- 2026-06-13 13:12:43.483[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-13 13:12:43.485[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651414 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013828277587891 -- 2026-06-13 13:12:43.487[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013549327850342 -- 2026-06-13 13:12:43.488[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013680458068848 -- 2026-06-13 13:12:43.525[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011368989944458 -- 2026-06-13 13:12:44.427[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01981520652771 -- 2026-06-13 13:12:44.884[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083448886871338 -- 2026-06-13 13:12:45.944[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132142 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016331672668457 -- 2026-06-13 13:12:45.946[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select payment_id from dbthird.thd_payment where oa_payment_id = 132142 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-13 13:12:45.948[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144901 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020711421966553 -- 2026-06-13 13:12:45.950[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651411 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015151500701904 -- 2026-06-13 13:12:45.952[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023298978805542 -- 2026-06-13 13:12:46.006[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017077922821045 -- 2026-06-13 13:12:46.008[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651411 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-13 13:12:46.010[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015139579772949 -- 2026-06-13 13:12:46.011[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-13 13:12:46.049[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007282018661499 -- 2026-06-13 13:12:46.983[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083959102630615 -- 2026-06-13 13:12:47.464[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096080303192139 -- 2026-06-13 13:15:23.369[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080859661102295 -- 2026-06-13 13:15:25.638[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132146 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015370845794678 -- 2026-06-13 13:15:25.640[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select payment_id from dbthird.thd_payment where oa_payment_id = 132146 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-13 13:15:25.641[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144905 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-13 13:15:25.643[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001399040222168 -- 2026-06-13 13:15:25.645[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020188093185425 -- 2026-06-13 13:15:25.698[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-13 13:15:25.699[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013930797576904 -- 2026-06-13 13:15:25.701[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013890266418457 -- 2026-06-13 13:15:25.703[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014190673828125 -- 2026-06-13 13:15:25.740[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007843017578125 -- 2026-06-13 13:15:28.834[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020434141159058 -- 2026-06-13 13:15:29.276[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095310211181641 -- 2026-06-13 13:15:31.115[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132144 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018048286437988 -- 2026-06-13 13:15:31.117[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select payment_id from dbthird.thd_payment where oa_payment_id = 132144 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-13 13:15:31.119[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144903 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-13 13:15:31.121[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016770362854004 -- 2026-06-13 13:15:31.122[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017428398132324 -- 2026-06-13 13:15:31.158[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018348693847656 -- 2026-06-13 13:15:31.160[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-13 13:15:31.162[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017027854919434 -- 2026-06-13 13:15:31.164[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-13 13:15:31.202[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013429164886475 -- 2026-06-13 13:15:33.746[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081629753112793 -- 2026-06-13 13:15:34.157[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01278018951416 -- 2026-06-13 13:15:35.690[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132143 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-13 13:15:35.693[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select payment_id from dbthird.thd_payment where oa_payment_id = 132143 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019450187683105 -- 2026-06-13 13:15:35.695[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144902 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001910924911499 -- 2026-06-13 13:15:35.697[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651414 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017740726470947 -- 2026-06-13 13:15:35.699[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018148422241211 -- 2026-06-13 13:15:35.733[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-13 13:15:35.735[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651414 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-13 13:15:35.737[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017728805541992 -- 2026-06-13 13:15:35.739[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018260478973389 -- 2026-06-13 13:15:35.778[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017415046691895 -- 2026-06-13 13:15:38.542[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081419944763184 -- 2026-06-13 13:15:38.969[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020627021789551 -- 2026-06-13 13:15:40.284[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132142 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-13 13:15:40.286[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select payment_id from dbthird.thd_payment where oa_payment_id = 132142 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-13 13:15:40.288[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144901 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022950172424316 -- 2026-06-13 13:15:40.291[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651411 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-13 13:15:40.293[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017848014831543 -- 2026-06-13 13:15:40.328[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-13 13:15:40.330[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651411 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-13 13:15:40.332[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-13 13:15:40.333[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-13 13:15:40.372[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093519687652588 -- 2026-06-13 13:15:42.271[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021724939346313 -- 2026-06-13 13:15:42.729[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014749050140381 -- 2026-06-13 13:25:37.845[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094859600067139 -- 2026-06-13 13:28:34.425[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50343 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50343 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-13 13:28:34.427[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50343 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50343 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023038387298584 -- 2026-06-13 13:28:34.430[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50343 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651276 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-13 13:28:34.432[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018820762634277 -- 2026-06-13 13:28:34.474[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50343 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651276 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-13 13:28:34.476[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089201927185059 -- 2026-06-13 13:28:43.284[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017388105392456 -- 2026-06-13 13:28:43.838[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015878915786743 -- 2026-06-13 13:28:47.728[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019304037094116 -- 2026-06-13 13:32:55.998 -- /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.0016508102416992 -- 2026-06-13 13:32:56.001 -- /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.0025608539581299 -- 2026-06-13 13:32:56.004 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='YangJianHui' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-13 13:32:56.006[杨建辉-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.024885892868042 -- 2026-06-13 13:32:56.328[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009692907333374 -- 2026-06-13 13:38:48.294[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019612073898315 -- 2026-06-13 13:38:49.485[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132146 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022730827331543 -- 2026-06-13 13:38:49.488[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select payment_id from dbthird.thd_payment where oa_payment_id = 132146 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022869110107422 -- 2026-06-13 13:38:49.490[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144905 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-13 13:38:49.492[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-13 13:38:49.494[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-13 13:38:49.528[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018661022186279 -- 2026-06-13 13:38:49.530[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017311573028564 -- 2026-06-13 13:38:49.532[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-13 13:38:49.534[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-13 13:38:49.574[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023339033126831 -- 2026-06-13 13:38:50.332[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132146 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010141134262085 -- 2026-06-13 13:38:50.802[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019692897796631 -- 2026-06-13 13:38:51.869[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132144 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021960735321045 -- 2026-06-13 13:38:51.871[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select payment_id from dbthird.thd_payment where oa_payment_id = 132144 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022168159484863 -- 2026-06-13 13:38:51.873[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144903 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021450519561768 -- 2026-06-13 13:38:51.876[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-13 13:38:51.877[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016770362854004 -- 2026-06-13 13:38:51.911[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001755952835083 -- 2026-06-13 13:38:51.912[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016510486602783 -- 2026-06-13 13:38:51.914[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-13 13:38:51.916[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016689300537109 -- 2026-06-13 13:38:51.955[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012059926986694 -- 2026-06-13 13:38:52.590[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132144 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024425029754639 -- 2026-06-13 13:38:53.138[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080311298370361 -- 2026-06-13 13:38:54.181[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132143 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-13 13:38:54.183[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select payment_id from dbthird.thd_payment where oa_payment_id = 132143 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015711784362793 -- 2026-06-13 13:38:54.185[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144902 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019490718841553 -- 2026-06-13 13:38:54.187[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651414 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013899803161621 -- 2026-06-13 13:38:54.188[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014269351959229 -- 2026-06-13 13:38:54.222[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015220642089844 -- 2026-06-13 13:38:54.223[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651414 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014019012451172 -- 2026-06-13 13:38:54.225[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013711452484131 -- 2026-06-13 13:38:54.226[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014119148254395 -- 2026-06-13 13:38:54.265[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018810987472534 -- 2026-06-13 13:38:54.878[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132143 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020924806594849 -- 2026-06-13 13:38:55.381[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013389110565186 -- 2026-06-13 13:38:56.510[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132142 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001957893371582 -- 2026-06-13 13:38:56.513[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select payment_id from dbthird.thd_payment where oa_payment_id = 132142 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020339488983154 -- 2026-06-13 13:38:56.515[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144901 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019769668579102 -- 2026-06-13 13:38:56.517[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651411 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018448829650879 -- 2026-06-13 13:38:56.519[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-13 13:38:56.553[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019989013671875 -- 2026-06-13 13:38:56.555[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651411 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-13 13:38:56.557[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018131732940674 -- 2026-06-13 13:38:56.559[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018877983093262 -- 2026-06-13 13:38:56.599[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084218978881836 -- 2026-06-13 13:38:57.363[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132142 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094671249389648 -- 2026-06-13 13:38:57.834[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083539485931396 -- 2026-06-13 13:59:33.577[罗金城-845] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 845 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014544010162354 -- 2026-06-13 14:01:33.803[张志强-319] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 319 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091829299926758 -- 2026-06-13 14:01:53.487 -- /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.0018022060394287 -- 2026-06-13 14:01:53.490 -- /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.0027899742126465 -- 2026-06-13 14:01:53.493 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='LiuXiaoJin' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019829273223877 -- 2026-06-13 14:01:53.495[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019134044647217 -- 2026-06-13 14:01:54.152[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085880756378174 -- 2026-06-13 14:06:27.572[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132029 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-13 14:06:27.574[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 select payment_id from dbthird.thd_payment where oa_payment_id = 132029 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017411708831787 -- 2026-06-13 14:06:27.576[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144791 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020821094512939 -- 2026-06-13 14:06:27.578[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644579 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016458034515381 -- 2026-06-13 14:06:27.580[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-13 14:06:27.627[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 select * from dbsys.sys_contact where cont_id = 936 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-13 14:06:27.629[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644579 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015602111816406 -- 2026-06-13 14:06:27.630[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015518665313721 -- 2026-06-13 14:06:27.632[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015490055084229 -- 2026-06-13 14:06:27.671[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132029%22%7D&event=edit_payment&payment_id=132029 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014037132263184 -- 2026-06-13 14:06:35.742[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132092 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018157958984375 -- 2026-06-13 14:06:35.744[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 select payment_id from dbthird.thd_payment where oa_payment_id = 132092 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018661022186279 -- 2026-06-13 14:06:35.746[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144852 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022499561309814 -- 2026-06-13 14:06:35.749[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6647616 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-13 14:06:35.751[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018893957138062 -- 2026-06-13 14:06:35.801[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 select * from dbsys.sys_contact where cont_id = 936 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-13 14:06:35.803[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6647616 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-13 14:06:35.805[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-13 14:06:35.807[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-13 14:06:35.847[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132092%22%7D&event=edit_payment&payment_id=132092 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018013954162598 -- 2026-06-13 14:06:47.845[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132111 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-13 14:06:47.847[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select payment_id from dbthird.thd_payment where oa_payment_id = 132111 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017409324645996 -- 2026-06-13 14:06:47.849[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144868 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021212100982666 -- 2026-06-13 14:06:47.852[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-13 14:06:47.853[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018957138061523 -- 2026-06-13 14:06:47.904[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select * from dbsys.sys_contact where cont_id = 936 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-13 14:06:47.906[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015249252319336 -- 2026-06-13 14:06:47.908[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015261173248291 -- 2026-06-13 14:06:47.909[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015599727630615 -- 2026-06-13 14:06:47.948[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077879428863525 -- 2026-06-13 14:06:51.148[陈洁敏-936] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021193027496338 -- 2026-06-13 14:06:51.781[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018350124359131 -- 2026-06-13 14:06:55.731[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131941 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-13 14:06:55.733[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 select payment_id from dbthird.thd_payment where oa_payment_id = 131941 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014030933380127 -- 2026-06-13 14:06:55.735[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144734 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-13 14:06:55.736[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6640669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012168884277344 -- 2026-06-13 14:06:55.738[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012788772583008 -- 2026-06-13 14:06:55.770[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 select * from dbsys.sys_contact where cont_id = 936 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013608932495117 -- 2026-06-13 14:06:55.771[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012109279632568 -- 2026-06-13 14:06:55.773[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012109279632568 -- 2026-06-13 14:06:55.774[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012490749359131 -- 2026-06-13 14:06:55.812[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013473033905029 -- 2026-06-13 14:07:09.875[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018413066864014 -- 2026-06-13 14:07:12.383[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132111 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016598701477051 -- 2026-06-13 14:07:12.385[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select payment_id from dbthird.thd_payment where oa_payment_id = 132111 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016939640045166 -- 2026-06-13 14:07:12.387[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144868 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020980834960938 -- 2026-06-13 14:07:12.389[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015091896057129 -- 2026-06-13 14:07:12.391[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019474029541016 -- 2026-06-13 14:07:12.442[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select * from dbsys.sys_contact where cont_id = 936 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017521381378174 -- 2026-06-13 14:07:12.444[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-13 14:07:12.446[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014951229095459 -- 2026-06-13 14:07:12.447[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-13 14:07:12.488[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018507957458496 -- 2026-06-13 14:15:07.778[李琴-2380] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250318%22}&event=edit_fareApply&fareApply_id=50318 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50318 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022530555725098 -- 2026-06-13 14:15:07.780[李琴-2380] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250318%22}&event=edit_fareApply&fareApply_id=50318 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50318 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022661685943604 -- 2026-06-13 14:15:07.783[李琴-2380] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250318%22}&event=edit_fareApply&fareApply_id=50318 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648503 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-13 14:15:07.785[李琴-2380] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250318%22}&event=edit_fareApply&fareApply_id=50318 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2380 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019431114196777 -- 2026-06-13 14:15:07.818[李琴-2380] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250318%22}&event=edit_fareApply&fareApply_id=50318 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648503 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-13 14:15:07.820[李琴-2380] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250318%22}&event=edit_fareApply&fareApply_id=50318 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2380 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074989795684814 -- 2026-06-13 14:15:17.882[李琴-2380] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2380 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078279972076416 -- 2026-06-13 14:25:57.066[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015108585357666 -- 2026-06-13 14:25:57.133[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031869411468506 -- 2026-06-13 14:25:57.167[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79287 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094649791717529 -- 2026-06-13 14:27:06.316[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019606828689575 -- 2026-06-13 14:27:07.806[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018181800842285 -- 2026-06-13 14:27:07.808[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select payment_id from dbthird.thd_payment where oa_payment_id = 132131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-13 14:27:07.810[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144890 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023488998413086 -- 2026-06-13 14:27:07.812[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651146 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-13 14:27:07.814[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-13 14:27:07.848[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018258094787598 -- 2026-06-13 14:27:07.850[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651146 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-13 14:27:07.852[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-13 14:27:07.854[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017328262329102 -- 2026-06-13 14:27:07.892[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01814603805542 -- 2026-06-13 14:27:08.715[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016400814056396 -- 2026-06-13 14:27:09.232[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010770082473755 -- 2026-06-13 14:27:09.845[慕杨-2786] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017452001571655 -- 2026-06-13 14:27:10.519[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021078586578369 -- 2026-06-13 14:27:10.521[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select payment_id from dbthird.thd_payment where oa_payment_id = 132126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021321773529053 -- 2026-06-13 14:27:10.523[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144883 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021522045135498 -- 2026-06-13 14:27:10.526[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651090 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001619815826416 -- 2026-06-13 14:27:10.527[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014487981796265 -- 2026-06-13 14:27:10.574[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017769336700439 -- 2026-06-13 14:27:10.576[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651090 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016219615936279 -- 2026-06-13 14:27:10.578[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-13 14:27:10.580[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-13 14:27:10.619[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016731023788452 -- 2026-06-13 14:27:11.224[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081329345703125 -- 2026-06-13 14:27:11.743[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023197889328003 -- 2026-06-13 14:27:31.684[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018181800842285 -- 2026-06-13 14:27:31.723[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010144948959351 -- 2026-06-13 14:27:34.521[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-13 14:27:34.627[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0048120021820068 -- 2026-06-13 14:27:34.663[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79287 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030817985534668 -- 2026-06-13 14:27:34.666[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 13736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02190089225769 -- 2026-06-13 14:27:35.963[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001633882522583 -- 2026-06-13 14:27:36.049[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031909942626953 -- 2026-06-13 14:27:36.083[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79287 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032720565795898 -- 2026-06-13 14:27:36.086[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 13736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098168849945068 -- 2026-06-13 14:28:39.814[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019130706787109 -- 2026-06-13 14:28:39.911[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036637783050537 -- 2026-06-13 14:28:39.945[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79287 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031261444091797 -- 2026-06-13 14:28:39.949[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 13736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01414680480957 -- 2026-06-13 14:29:00.502[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013360977172852 -- 2026-06-13 14:29:00.582[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027120113372803 -- 2026-06-13 14:29:00.613[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79287 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025570392608643 -- 2026-06-13 14:29:00.616[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 13736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015067100524902 -- 2026-06-13 14:29:09.236[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-13 14:29:09.330[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032141208648682 -- 2026-06-13 14:29:09.364[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79287 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030291080474854 -- 2026-06-13 14:29:09.367[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 13736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014106035232544 -- 2026-06-13 14:29:09.595[慕杨-2786] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092470645904541 -- 2026-06-13 14:40:50.987 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-13 14:40:50.990 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027639865875244 -- 2026-06-13 14:40:50.993 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='DengBaiLing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019779205322266 -- 2026-06-13 14:40:50.995[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-13 14:40:51.003[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1054 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028460025787354 -- 2026-06-13 14:40:51.006[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1054 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-13 14:40:51.008[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 1054 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017671585083008 -- 2026-06-13 14:40:51.010[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017561912536621 -- 2026-06-13 14:40:51.012[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019304990768433 -- 2026-06-13 14:45:13.517[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095441341400146 -- 2026-06-13 14:46:21.928[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132141 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-13 14:46:21.930[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select payment_id from dbthird.thd_payment where oa_payment_id = 132141 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019700527191162 -- 2026-06-13 14:46:21.932[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144900 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022640228271484 -- 2026-06-13 14:46:21.935[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651389 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-13 14:46:21.937[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013498067855835 -- 2026-06-13 14:46:21.982[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001945972442627 -- 2026-06-13 14:46:21.984[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651389 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-13 14:46:21.986[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-13 14:46:21.988[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017812252044678 -- 2026-06-13 14:46:22.026[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010096073150635 -- 2026-06-13 14:46:23.600[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091381072998047 -- 2026-06-13 14:46:24.243[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097520351409912 -- 2026-06-13 14:46:25.470[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132139 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018620491027832 -- 2026-06-13 14:46:25.472[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select payment_id from dbthird.thd_payment where oa_payment_id = 132139 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019659996032715 -- 2026-06-13 14:46:25.474[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144898 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022499561309814 -- 2026-06-13 14:46:25.477[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651352 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-13 14:46:25.479[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018479824066162 -- 2026-06-13 14:46:25.512[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019080638885498 -- 2026-06-13 14:46:25.514[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651352 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-13 14:46:25.516[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018148422241211 -- 2026-06-13 14:46:25.518[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-13 14:46:25.556[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020810842514038 -- 2026-06-13 14:46:27.113[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094621181488037 -- 2026-06-13 14:46:27.774[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096950531005859 -- 2026-06-13 14:46:28.763[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132138 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-13 14:46:28.765[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select payment_id from dbthird.thd_payment where oa_payment_id = 132138 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-13 14:46:28.767[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144897 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018711090087891 -- 2026-06-13 14:46:28.769[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651335 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-13 14:46:28.771[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018131732940674 -- 2026-06-13 14:46:28.806[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018918514251709 -- 2026-06-13 14:46:28.808[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651335 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017378330230713 -- 2026-06-13 14:46:28.810[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017268657684326 -- 2026-06-13 14:46:28.812[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-13 14:46:28.855[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090060234069824 -- 2026-06-13 14:46:30.462[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091710090637207 -- 2026-06-13 14:46:31.126[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084002017974854 -- 2026-06-13 14:50:05.993[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132071 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-13 14:50:05.995[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 select payment_id from dbthird.thd_payment where oa_payment_id = 132071 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001655101776123 -- 2026-06-13 14:50:05.997[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144831 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016372203826904 -- 2026-06-13 14:50:05.998[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6646732 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015630722045898 -- 2026-06-13 14:50:06.000[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016417980194092 -- 2026-06-13 14:50:06.071[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 select * from dbsys.sys_contact where cont_id = 1786 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-13 14:50:06.073[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646732 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014979839324951 -- 2026-06-13 14:50:06.075[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014920234680176 -- 2026-06-13 14:50:06.076[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015239715576172 -- 2026-06-13 14:50:06.115[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132071%22%7D&event=edit_payment&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018130779266357 -- 2026-06-13 14:50:07.857[张亮-1786] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096471309661865 -- 2026-06-13 14:50:08.499[张亮-1786] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020148992538452 -- 2026-06-13 14:50:29.102[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097589492797852 -- 2026-06-13 14:50:34.426[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 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 = 4258 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024139881134033 -- 2026-06-13 14:50:34.429[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select * from dbpurc.purc_apply_product where purcapply_id = 4258 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017879009246826 -- 2026-06-13 14:50:34.431[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090739727020264 -- 2026-06-13 14:51:01.948[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018247842788696 -- 2026-06-13 14:51:07.201[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 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 = 8427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019559860229492 -- 2026-06-13 14:51:07.203[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-13 14:51:07.205[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019209384918213 -- 2026-06-13 14:51:07.240[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017411708831787 -- 2026-06-13 14:51:07.242[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090408325195312 -- 2026-06-13 14:51:13.773[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086839199066162 -- 2026-06-13 14:51:20.056[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 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 = 8436 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-13 14:51:20.058[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015630722045898 -- 2026-06-13 14:51:20.059[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-13 14:51:20.093[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-13 14:51:20.094[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093460083007812 -- 2026-06-13 14:51:30.510[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009490966796875 -- 2026-06-13 14:51:30.938[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087060928344727 -- 2026-06-13 14:51:33.196[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79226 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020749568939209 -- 2026-06-13 14:51:33.198[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 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 = 79226 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019569396972656 -- 2026-06-13 14:51:33.200[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79226 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024869441986084 -- 2026-06-13 14:51:33.203[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79226 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015199184417725 -- 2026-06-13 14:51:33.205[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-13 14:51:33.239[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016860961914062 -- 2026-06-13 14:51:33.280[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6643383 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-13 14:51:33.282[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014958381652832 -- 2026-06-13 14:51:33.283[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092220306396484 -- 2026-06-13 14:51:58.304[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010433197021484 -- 2026-06-13 14:52:00.119[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79226 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023689270019531 -- 2026-06-13 14:52:00.122[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 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 = 79226 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021729469299316 -- 2026-06-13 14:52:00.124[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79226 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020339488983154 -- 2026-06-13 14:52:00.126[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79226 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017471313476562 -- 2026-06-13 14:52:00.128[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-13 14:52:00.162[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019140243530273 -- 2026-06-13 14:52:00.202[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6643383 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017631053924561 -- 2026-06-13 14:52:00.204[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-13 14:52:00.206[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088498592376709 -- 2026-06-13 14:52:09.321[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098390579223633 -- 2026-06-13 14:52:09.715[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00872802734375 -- 2026-06-13 14:52:10.857[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79199 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020821094512939 -- 2026-06-13 14:52:10.860[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 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 = 79199 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001945972442627 -- 2026-06-13 14:52:10.862[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024490356445312 -- 2026-06-13 14:52:10.864[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015039443969727 -- 2026-06-13 14:52:10.866[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015509128570557 -- 2026-06-13 14:52:10.900[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017011165618896 -- 2026-06-13 14:52:10.941[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015168190002441 -- 2026-06-13 14:52:10.943[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-13 14:52:10.944[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081961154937744 -- 2026-06-13 14:52:32.762[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074758529663086 -- 2026-06-13 14:52:33.996[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79199 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015277862548828 -- 2026-06-13 14:52:33.998[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 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 = 79199 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013470649719238 -- 2026-06-13 14:52:34.000[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-13 14:52:34.001[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012199878692627 -- 2026-06-13 14:52:34.003[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012650489807129 -- 2026-06-13 14:52:34.037[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012669563293457 -- 2026-06-13 14:52:34.076[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012428760528564 -- 2026-06-13 14:52:34.077[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012040138244629 -- 2026-06-13 14:52:34.078[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017003059387207 -- 2026-06-13 14:52:34.970[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077810287475586 -- 2026-06-13 14:52:35.354[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010063886642456 -- 2026-06-13 14:52:36.545[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79198 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023500919342041 -- 2026-06-13 14:52:36.548[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 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 = 79198 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022671222686768 -- 2026-06-13 14:52:36.550[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79198 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002424955368042 -- 2026-06-13 14:52:36.553[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79198 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-13 14:52:36.555[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018110275268555 -- 2026-06-13 14:52:36.589[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019741058349609 -- 2026-06-13 14:52:36.629[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640369 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-13 14:52:36.631[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017929077148438 -- 2026-06-13 14:52:36.633[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021615982055664 -- 2026-06-13 14:52:43.718[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097460746765137 -- 2026-06-13 14:52:44.136[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016715049743652 -- 2026-06-13 14:52:46.322[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79197 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002147912979126 -- 2026-06-13 14:52:46.325[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 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 = 79197 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020029544830322 -- 2026-06-13 14:52:46.327[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021967887878418 -- 2026-06-13 14:52:46.329[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019161701202393 -- 2026-06-13 14:52:46.331[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019481182098389 -- 2026-06-13 14:52:46.366[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020749568939209 -- 2026-06-13 14:52:46.405[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640228 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019199848175049 -- 2026-06-13 14:52:46.407[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019168853759766 -- 2026-06-13 14:52:46.409[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016663074493408 -- 2026-06-13 14:52:50.491[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092198848724365 -- 2026-06-13 14:52:50.905[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012500047683716 -- 2026-06-13 14:52:51.999[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79194 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020060539245605 -- 2026-06-13 14:52:52.001[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 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 = 79194 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022819042205811 -- 2026-06-13 14:52:52.003[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79194 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024158954620361 -- 2026-06-13 14:52:52.006[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79194 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018000602722168 -- 2026-06-13 14:52:52.008[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-13 14:52:52.042[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019540786743164 -- 2026-06-13 14:52:52.082[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639853 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-13 14:52:52.084[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-13 14:52:52.086[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010698080062866 -- 2026-06-13 14:52:55.260 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-13 14:52:55.263 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027627944946289 -- 2026-06-13 14:52:55.266 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='KouBinNan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026800632476807 -- 2026-06-13 14:52:55.269[寇彬楠-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.015384912490845 -- 2026-06-13 14:52:55.745[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083808898925781 -- 2026-06-13 14:52:55.795[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012698173522949 -- 2026-06-13 14:52:56.231[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096330642700195 -- 2026-06-13 14:52:56.864[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132145 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018467903137207 -- 2026-06-13 14:52:56.866[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select payment_id from dbthird.thd_payment where oa_payment_id = 132145 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019090175628662 -- 2026-06-13 14:52:56.868[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144904 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022969245910645 -- 2026-06-13 14:52:56.871[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017058849334717 -- 2026-06-13 14:52:56.872[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019259452819824 -- 2026-06-13 14:52:56.907[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018308162689209 -- 2026-06-13 14:52:56.908[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-13 14:52:56.910[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-13 14:52:56.912[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-13 14:52:56.952[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010471105575562 -- 2026-06-13 14:52:57.548[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79058 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017931461334229 -- 2026-06-13 14:52:57.550[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 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 = 79058 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016331672668457 -- 2026-06-13 14:52:57.552[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-13 14:52:57.554[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015301704406738 -- 2026-06-13 14:52:57.556[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015778541564941 -- 2026-06-13 14:52:57.590[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 14:52:57.629[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6626436 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015530586242676 -- 2026-06-13 14:52:57.631[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-13 14:52:57.632[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02108097076416 -- 2026-06-13 14:52:57.831[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018748998641968 -- 2026-06-13 14:52:58.363[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019946098327637 -- 2026-06-13 14:52:59.164[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132140 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020370483398438 -- 2026-06-13 14:52:59.166[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select payment_id from dbthird.thd_payment where oa_payment_id = 132140 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002068042755127 -- 2026-06-13 14:52:59.169[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144899 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020608901977539 -- 2026-06-13 14:52:59.171[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651353 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-13 14:52:59.173[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016824007034302 -- 2026-06-13 14:52:59.222[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021641254425049 -- 2026-06-13 14:52:59.224[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651353 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018959045410156 -- 2026-06-13 14:52:59.226[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-13 14:52:59.228[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019230842590332 -- 2026-06-13 14:52:59.269[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014277935028076 -- 2026-06-13 14:52:59.979[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082869529724121 -- 2026-06-13 14:53:00.483[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021765947341919 -- 2026-06-13 14:53:01.484[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132118 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-13 14:53:01.486[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 select payment_id from dbthird.thd_payment where oa_payment_id = 132118 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017948150634766 -- 2026-06-13 14:53:01.488[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144875 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002169132232666 -- 2026-06-13 14:53:01.490[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-13 14:53:01.492[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014400005340576 -- 2026-06-13 14:53:01.539[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-13 14:53:01.541[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016098022460938 -- 2026-06-13 14:53:01.542[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-13 14:53:01.544[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-13 14:53:01.584[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132118 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013609170913696 -- 2026-06-13 14:53:02.518[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132118 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010107040405273 -- 2026-06-13 14:53:03.035[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093650817871094 -- 2026-06-13 14:53:31.979[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013663053512573 -- 2026-06-13 14:53:33.011[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79058 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015709400177002 -- 2026-06-13 14:53:33.013[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 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 = 79058 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014910697937012 -- 2026-06-13 14:53:33.015[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-13 14:53:33.016[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013561248779297 -- 2026-06-13 14:53:33.018[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013859272003174 -- 2026-06-13 14:53:33.052[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-13 14:53:33.093[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6626436 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013937950134277 -- 2026-06-13 14:53:33.095[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013759136199951 -- 2026-06-13 14:53:33.096[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017308950424194 -- 2026-06-13 14:53:34.109[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018640995025635 -- 2026-06-13 14:53:34.548[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085458755493164 -- 2026-06-13 14:53:36.602[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50320 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017118453979492 -- 2026-06-13 14:53:36.604[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50320 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-13 14:53:36.606[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015349388122559 -- 2026-06-13 14:53:36.608[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-13 14:53:36.641[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-13 14:53:36.643[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017576932907104 -- 2026-06-13 14:53:39.204[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50320 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082321166992188 -- 2026-06-13 14:53:39.634[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013092041015625 -- 2026-06-13 14:53:41.008[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50286 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020790100097656 -- 2026-06-13 14:53:41.010[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50286 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016539096832275 -- 2026-06-13 14:53:41.012[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644914 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015170574188232 -- 2026-06-13 14:53:41.014[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-13 14:53:41.047[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644914 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-13 14:53:41.049[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01504111289978 -- 2026-06-13 14:54:14.139[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073990821838379 -- 2026-06-13 14:54:14.526[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094039440155029 -- 2026-06-13 14:54:17.020[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 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 = 8427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019810199737549 -- 2026-06-13 14:54:17.022[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001755952835083 -- 2026-06-13 14:54:17.024[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-13 14:54:17.058[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017580986022949 -- 2026-06-13 14:54:17.060[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097110271453857 -- 2026-06-13 14:54:18.528[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093791484832764 -- 2026-06-13 14:54:19.728[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 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 = 4258 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024251937866211 -- 2026-06-13 14:54:19.730[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select * from dbpurc.purc_apply_product where purcapply_id = 4258 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017058849334717 -- 2026-06-13 14:54:19.732[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084021091461182 -- 2026-06-13 14:54:41.784[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019680976867676 -- 2026-06-13 14:54:54.574[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 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 = 8427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018351078033447 -- 2026-06-13 14:54:54.576[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-13 14:54:54.578[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-13 14:54:54.613[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00160813331604 -- 2026-06-13 14:54:54.615[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010782957077026 -- 2026-06-13 14:55:00.705[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095701217651367 -- 2026-06-13 14:55:11.592[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 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 = 4258 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021162033081055 -- 2026-06-13 14:55:11.594[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select * from dbpurc.purc_apply_product where purcapply_id = 4258 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001655101776123 -- 2026-06-13 14:55:11.596[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094680786132812 -- 2026-06-13 14:57:29.793[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086171627044678 -- 2026-06-13 14:57:30.214[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020346879959106 -- 2026-06-13 14:57:33.022[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 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 = 4258 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002269983291626 -- 2026-06-13 14:57:33.024[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select * from dbpurc.purc_apply_product where purcapply_id = 4258 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-13 14:57:33.026[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090739727020264 -- 2026-06-13 14:57:33.619[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012082099914551 -- 2026-06-13 14:57:33.915[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50286 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-13 14:57:33.917[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50286 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019760131835938 -- 2026-06-13 14:57:33.919[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644914 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014350414276123 -- 2026-06-13 14:57:33.921[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-13 14:57:33.954[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644914 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014660358428955 -- 2026-06-13 14:57:33.956[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009706974029541 -- 2026-06-13 14:57:34.279[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084190368652344 -- 2026-06-13 14:57:34.588[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50320 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020830631256104 -- 2026-06-13 14:57:34.590[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50320 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-13 14:57:34.592[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-13 14:57:34.593[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-13 14:57:34.626[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015311241149902 -- 2026-06-13 14:57:34.628[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01052188873291 -- 2026-06-13 14:57:34.825[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79058 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020649433135986 -- 2026-06-13 14:57:34.828[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 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 = 79058 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002295970916748 -- 2026-06-13 14:57:34.830[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036530494689941 -- 2026-06-13 14:57:34.834[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-13 14:57:34.836[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018861293792725 -- 2026-06-13 14:57:34.869[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020709037780762 -- 2026-06-13 14:57:34.910[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6626436 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-13 14:57:34.912[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-13 14:57:34.914[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074880123138428 -- 2026-06-13 14:57:35.007[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010401010513306 -- 2026-06-13 14:57:35.566[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79194 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020718574523926 -- 2026-06-13 14:57:35.568[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 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 = 79194 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023329257965088 -- 2026-06-13 14:57:35.571[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79194 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032858848571777 -- 2026-06-13 14:57:35.574[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79194 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-13 14:57:35.576[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-13 14:57:35.610[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020291805267334 -- 2026-06-13 14:57:35.651[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639853 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-13 14:57:35.653[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-13 14:57:35.655[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015300989151001 -- 2026-06-13 14:57:35.750[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018996000289917 -- 2026-06-13 14:57:36.095[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79197 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-13 14:57:36.097[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 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 = 79197 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017218589782715 -- 2026-06-13 14:57:36.099[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019187927246094 -- 2026-06-13 14:57:36.101[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016398429870605 -- 2026-06-13 14:57:36.103[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016369819641113 -- 2026-06-13 14:57:36.136[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017738342285156 -- 2026-06-13 14:57:36.177[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640228 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016260147094727 -- 2026-06-13 14:57:36.179[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016279220581055 -- 2026-06-13 14:57:36.180[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022030115127563 -- 2026-06-13 14:57:36.629[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79198 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002155065536499 -- 2026-06-13 14:57:36.631[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 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 = 79198 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023708343505859 -- 2026-06-13 14:57:36.634[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79198 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036752223968506 -- 2026-06-13 14:57:36.638[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79198 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019087791442871 -- 2026-06-13 14:57:36.640[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019588470458984 -- 2026-06-13 14:57:36.685[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020959377288818 -- 2026-06-13 14:57:36.726[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640369 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019130706787109 -- 2026-06-13 14:57:36.728[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-13 14:57:36.730[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016916036605835 -- 2026-06-13 14:57:36.816[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012299060821533 -- 2026-06-13 14:57:37.114[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79199 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002140998840332 -- 2026-06-13 14:57:37.116[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 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 = 79199 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019829273223877 -- 2026-06-13 14:57:37.119[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-13 14:57:37.120[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015528202056885 -- 2026-06-13 14:57:37.122[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015621185302734 -- 2026-06-13 14:57:37.156[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017631053924561 -- 2026-06-13 14:57:37.206[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015521049499512 -- 2026-06-13 14:57:37.208[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015671253204346 -- 2026-06-13 14:57:37.209[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012101888656616 -- 2026-06-13 14:57:37.631[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79226 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-13 14:57:37.634[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 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 = 79226 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020830631256104 -- 2026-06-13 14:57:37.636[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79226 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001939058303833 -- 2026-06-13 14:57:37.638[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79226 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016441345214844 -- 2026-06-13 14:57:37.640[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-13 14:57:37.673[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-13 14:57:37.713[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6643383 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-13 14:57:37.715[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016260147094727 -- 2026-06-13 14:57:37.717[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014775991439819 -- 2026-06-13 14:57:37.803[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084860324859619 -- 2026-06-13 14:57:38.167[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 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 = 8436 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-13 14:57:38.169[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 select org_id,org_name from dbsys.sys_org where corp_acct_id = 47 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014181137084961 -- 2026-06-13 14:57:38.170[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-13 14:57:39.700[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001399040222168 -- 2026-06-13 14:57:39.702[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078198909759521 -- 2026-06-13 14:57:39.729[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093390941619873 -- 2026-06-13 15:05:52.917 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019111633300781 -- 2026-06-13 15:05:52.921 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024409294128418 -- 2026-06-13 15:05:52.924 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='LiXiangYun' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020840167999268 -- 2026-06-13 15:05:52.926[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018711090087891 -- 2026-06-13 15:05:52.933[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 31 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002953052520752 -- 2026-06-13 15:05:52.936[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018198490142822 -- 2026-06-13 15:05:52.938[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-13 15:05:52.940[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-13 15:05:52.942[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088720321655273 -- 2026-06-13 15:15:37.882[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098598003387451 -- 2026-06-13 15:16:02.142[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096869468688965 -- 2026-06-13 15:16:04.072[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131911 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018491744995117 -- 2026-06-13 15:16:04.074[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 select payment_id from dbthird.thd_payment where oa_payment_id = 131911 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019011497497559 -- 2026-06-13 15:16:04.076[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144705 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022649765014648 -- 2026-06-13 15:16:04.078[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6638886 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-13 15:16:04.080[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019078016281128 -- 2026-06-13 15:16:04.131[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019209384918213 -- 2026-06-13 15:16:04.133[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6638886 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-13 15:16:04.135[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017201900482178 -- 2026-06-13 15:16:04.137[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-13 15:16:04.177[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131911 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084500312805176 -- 2026-06-13 15:16:05.748[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131911 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091578960418701 -- 2026-06-13 15:16:06.379[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018157958984375 -- 2026-06-13 15:16:07.804[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131829 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-13 15:16:07.806[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 select payment_id from dbthird.thd_payment where oa_payment_id = 131829 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-13 15:16:07.807[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144633 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002190113067627 -- 2026-06-13 15:16:07.810[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6634298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-13 15:16:07.812[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-13 15:16:07.846[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-13 15:16:07.847[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6634298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-13 15:16:07.849[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016298294067383 -- 2026-06-13 15:16:07.851[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-13 15:16:07.890[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013432025909424 -- 2026-06-13 15:16:08.854[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093610286712646 -- 2026-06-13 15:16:09.419[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097818374633789 -- 2026-06-13 15:16:10.845[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131826 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018858909606934 -- 2026-06-13 15:16:10.847[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 select payment_id from dbthird.thd_payment where oa_payment_id = 131826 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019540786743164 -- 2026-06-13 15:16:10.849[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144630 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019078254699707 -- 2026-06-13 15:16:10.851[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6634104 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001737117767334 -- 2026-06-13 15:16:10.853[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-13 15:16:10.886[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024161338806152 -- 2026-06-13 15:16:10.888[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6634104 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017468929290771 -- 2026-06-13 15:16:10.890[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-13 15:16:10.892[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-13 15:16:10.931[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080270767211914 -- 2026-06-13 15:16:11.528[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026285886764526 -- 2026-06-13 15:16:12.146[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015610933303833 -- 2026-06-13 15:16:13.432[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131635 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-13 15:16:13.433[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 select payment_id from dbthird.thd_payment where oa_payment_id = 131635 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-13 15:16:13.435[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144512 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021100044250488 -- 2026-06-13 15:16:13.437[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6627678 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015099048614502 -- 2026-06-13 15:16:13.439[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018208980560303 -- 2026-06-13 15:16:13.490[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-13 15:16:13.492[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6627678 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015020370483398 -- 2026-06-13 15:16:13.494[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015151500701904 -- 2026-06-13 15:16:13.495[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015249252319336 -- 2026-06-13 15:16:13.535[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095558166503906 -- 2026-06-13 15:16:14.130[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094020366668701 -- 2026-06-13 15:16:14.764[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099380016326904 -- 2026-06-13 15:16:16.712[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131440 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019288063049316 -- 2026-06-13 15:16:16.714[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 select payment_id from dbthird.thd_payment where oa_payment_id = 131440 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019600391387939 -- 2026-06-13 15:16:16.716[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144374 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023410320281982 -- 2026-06-13 15:16:16.719[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6618499 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-13 15:16:16.721[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015586137771606 -- 2026-06-13 15:16:16.768[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019278526306152 -- 2026-06-13 15:16:16.770[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6618499 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-13 15:16:16.772[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017640590667725 -- 2026-06-13 15:16:16.774[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018048286437988 -- 2026-06-13 15:16:16.812[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016345977783203 -- 2026-06-13 15:16:17.398[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095360279083252 -- 2026-06-13 15:16:18.007[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022910833358765 -- 2026-06-13 15:16:19.390[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131439 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017929077148438 -- 2026-06-13 15:16:19.392[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 select payment_id from dbthird.thd_payment where oa_payment_id = 131439 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-13 15:16:19.394[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144373 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022680759429932 -- 2026-06-13 15:16:19.396[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6618469 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-13 15:16:19.398[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017287731170654 -- 2026-06-13 15:16:19.432[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-13 15:16:19.434[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6618469 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-13 15:16:19.435[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-13 15:16:19.437[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-13 15:16:19.476[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010539054870605 -- 2026-06-13 15:16:20.283[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016909122467041 -- 2026-06-13 15:16:20.894[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011528968811035 -- 2026-06-13 15:16:22.369[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-13 15:16:22.371[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 select payment_id from dbthird.thd_payment where oa_payment_id = 131438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-13 15:16:22.373[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144372 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021800994873047 -- 2026-06-13 15:16:22.375[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6618468 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-13 15:16:22.377[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-13 15:16:22.410[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018148422241211 -- 2026-06-13 15:16:22.412[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6618468 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016560554504395 -- 2026-06-13 15:16:22.414[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016698837280273 -- 2026-06-13 15:16:22.416[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-13 15:16:22.453[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012823104858398 -- 2026-06-13 15:16:22.995[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022658109664917 -- 2026-06-13 15:16:23.654[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019359827041626 -- 2026-06-13 15:16:24.877[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131437 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015499591827393 -- 2026-06-13 15:16:24.878[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 select payment_id from dbthird.thd_payment where oa_payment_id = 131437 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-13 15:16:24.880[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144371 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-13 15:16:24.882[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6618467 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014700889587402 -- 2026-06-13 15:16:24.884[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015180110931396 -- 2026-06-13 15:16:24.917[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016188621520996 -- 2026-06-13 15:16:24.919[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6618467 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014679431915283 -- 2026-06-13 15:16:24.921[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-13 15:16:24.922[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014939308166504 -- 2026-06-13 15:16:24.960[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085430145263672 -- 2026-06-13 15:16:25.551[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024883031845093 -- 2026-06-13 15:16:26.147[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016874074935913 -- 2026-06-13 15:16:27.840[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131432 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015490055084229 -- 2026-06-13 15:16:27.841[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 select payment_id from dbthird.thd_payment where oa_payment_id = 131432 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015909671783447 -- 2026-06-13 15:16:27.843[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144366 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015549659729004 -- 2026-06-13 15:16:27.845[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6618345 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013959407806396 -- 2026-06-13 15:16:27.846[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020412921905518 -- 2026-06-13 15:16:27.899[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-13 15:16:27.900[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6618345 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013909339904785 -- 2026-06-13 15:16:27.902[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013871192932129 -- 2026-06-13 15:16:27.903[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014400482177734 -- 2026-06-13 15:16:27.940[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015796899795532 -- 2026-06-13 15:16:29.439[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021921157836914 -- 2026-06-13 15:16:30.020[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021176099777222 -- 2026-06-13 15:16:31.415[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016059875488281 -- 2026-06-13 15:16:31.416[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 select payment_id from dbthird.thd_payment where oa_payment_id = 131414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016648769378662 -- 2026-06-13 15:16:31.418[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144352 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-13 15:16:31.420[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6617193 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-13 15:16:31.422[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015509128570557 -- 2026-06-13 15:16:31.454[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025849342346191 -- 2026-06-13 15:16:31.457[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6617193 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014839172363281 -- 2026-06-13 15:16:31.458[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014870166778564 -- 2026-06-13 15:16:31.460[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-13 15:16:31.500[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016268968582153 -- 2026-06-13 15:16:32.119[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013767004013062 -- 2026-06-13 15:16:32.732[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019244194030762 -- 2026-06-13 15:16:33.892[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131222 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018301010131836 -- 2026-06-13 15:16:33.894[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 select payment_id from dbthird.thd_payment where oa_payment_id = 131222 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-13 15:16:33.896[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144214 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022211074829102 -- 2026-06-13 15:16:33.898[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6607639 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-13 15:16:33.900[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017974138259888 -- 2026-06-13 15:16:33.951[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023930072784424 -- 2026-06-13 15:16:33.953[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6607639 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016868114471436 -- 2026-06-13 15:16:33.955[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016961097717285 -- 2026-06-13 15:16:33.957[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017030239105225 -- 2026-06-13 15:16:33.997[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092828273773193 -- 2026-06-13 15:16:34.647[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018945932388306 -- 2026-06-13 15:16:35.256[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015450000762939 -- 2026-06-13 15:16:36.574[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131190 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018830299377441 -- 2026-06-13 15:16:36.576[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 select payment_id from dbthird.thd_payment where oa_payment_id = 131190 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001884937286377 -- 2026-06-13 15:16:36.578[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144182 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022730827331543 -- 2026-06-13 15:16:36.580[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6606462 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001737117767334 -- 2026-06-13 15:16:36.582[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-13 15:16:36.616[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024077892303467 -- 2026-06-13 15:16:36.618[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6606462 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017359256744385 -- 2026-06-13 15:16:36.620[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-13 15:16:36.622[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-13 15:16:36.662[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131190 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094661712646484 -- 2026-06-13 15:16:37.278[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131190 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083239078521729 -- 2026-06-13 15:16:37.856[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086309909820557 -- 2026-06-13 15:16:40.091[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130898 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016908645629883 -- 2026-06-13 15:16:40.092[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 select payment_id from dbthird.thd_payment where oa_payment_id = 130898 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-13 15:16:40.094[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143936 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021231174468994 -- 2026-06-13 15:16:40.097[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6590700 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-13 15:16:40.098[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017478466033936 -- 2026-06-13 15:16:40.132[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-13 15:16:40.134[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6590700 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-13 15:16:40.136[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015478134155273 -- 2026-06-13 15:16:40.137[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-13 15:16:40.176[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083000659942627 -- 2026-06-13 15:17:32.026[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020201921463013 -- 2026-06-13 15:17:32.671[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078210830688477 -- 2026-06-13 15:17:34.089[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130661 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014688968658447 -- 2026-06-13 15:17:34.091[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 select payment_id from dbthird.thd_payment where oa_payment_id = 130661 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015549659729004 -- 2026-06-13 15:17:34.093[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143786 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019237995147705 -- 2026-06-13 15:17:34.095[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6573899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013449192047119 -- 2026-06-13 15:17:34.096[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014939308166504 -- 2026-06-13 15:17:34.130[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014491081237793 -- 2026-06-13 15:17:34.131[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6573899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013530254364014 -- 2026-06-13 15:17:34.133[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013318061828613 -- 2026-06-13 15:17:34.134[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001370906829834 -- 2026-06-13 15:17:34.171[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013217926025391 -- 2026-06-13 15:17:34.835[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088889598846436 -- 2026-06-13 15:17:35.490[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077199935913086 -- 2026-06-13 15:18:28.903[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018997192382812 -- 2026-06-13 15:18:30.545[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132141 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-13 15:18:30.547[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select payment_id from dbthird.thd_payment where oa_payment_id = 132141 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018281936645508 -- 2026-06-13 15:18:30.549[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144900 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-13 15:18:30.551[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651389 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-13 15:18:30.553[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018091201782227 -- 2026-06-13 15:18:30.587[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-13 15:18:30.589[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651389 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016231536865234 -- 2026-06-13 15:18:30.591[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016279220581055 -- 2026-06-13 15:18:30.593[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-13 15:18:30.633[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080368518829346 -- 2026-06-13 15:18:34.567[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00832200050354 -- 2026-06-13 15:18:34.972[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01397705078125 -- 2026-06-13 15:18:36.173[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132139 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-13 15:18:36.175[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select payment_id from dbthird.thd_payment where oa_payment_id = 132139 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017819404602051 -- 2026-06-13 15:18:36.177[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144898 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-13 15:18:36.179[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651352 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-13 15:18:36.180[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017743825912476 -- 2026-06-13 15:18:36.232[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017821788787842 -- 2026-06-13 15:18:36.234[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651352 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016179084777832 -- 2026-06-13 15:18:36.235[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001619815826416 -- 2026-06-13 15:18:36.237[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001629114151001 -- 2026-06-13 15:18:36.276[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091309547424316 -- 2026-06-13 15:18:37.848[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010004043579102 -- 2026-06-13 15:18:38.289[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087800025939941 -- 2026-06-13 15:18:39.403[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132138 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-13 15:18:39.405[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select payment_id from dbthird.thd_payment where oa_payment_id = 132138 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-13 15:18:39.407[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144897 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021059513092041 -- 2026-06-13 15:18:39.409[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651335 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-13 15:18:39.410[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018501996994019 -- 2026-06-13 15:18:39.461[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select * from dbsys.sys_contact where cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017330646514893 -- 2026-06-13 15:18:39.463[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651335 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-13 15:18:39.464[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-13 15:18:39.466[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-13 15:18:39.504[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008713960647583 -- 2026-06-13 15:18:41.049[欧珊-761] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073950290679932 -- 2026-06-13 15:18:41.459[欧珊-761] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010211944580078 -- 2026-06-13 15:28:48.867[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130162 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019609928131104 -- 2026-06-13 15:28:48.869[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 select payment_id from dbthird.thd_payment where oa_payment_id = 130162 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020251274108887 -- 2026-06-13 15:28:48.871[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143447 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024220943450928 -- 2026-06-13 15:28:48.874[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6554088 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001910924911499 -- 2026-06-13 15:28:48.876[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019989013671875 -- 2026-06-13 15:28:48.910[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019378662109375 -- 2026-06-13 15:28:48.912[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6554088 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018281936645508 -- 2026-06-13 15:28:48.914[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-13 15:28:48.916[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-13 15:28:48.957[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130162 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098040103912354 -- 2026-06-13 15:28:49.873[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130162 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017987966537476 -- 2026-06-13 15:28:50.397[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012101888656616 -- 2026-06-13 15:28:53.376[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50286 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-13 15:28:53.378[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50286 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-13 15:28:53.380[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644914 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015220642089844 -- 2026-06-13 15:28:53.382[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017261505126953 -- 2026-06-13 15:28:53.415[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644914 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-13 15:28:53.417[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078670978546143 -- 2026-06-13 15:29:13.165[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015299081802368 -- 2026-06-13 15:29:15.265[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50231 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-13 15:29:15.267[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50231 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-13 15:29:15.269[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6639308 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-13 15:29:15.271[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-13 15:29:15.304[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639308 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-13 15:29:15.306[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019347906112671 -- 2026-06-13 15:29:18.023[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022413969039917 -- 2026-06-13 15:29:18.494[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012112140655518 -- 2026-06-13 15:29:22.696[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49781 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016748905181885 -- 2026-06-13 15:29:22.698[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49781 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021109580993652 -- 2026-06-13 15:29:22.700[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6597047 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-13 15:29:22.702[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001755952835083 -- 2026-06-13 15:29:22.735[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6597047 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015931129455566 -- 2026-06-13 15:29:22.737[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013460874557495 -- 2026-06-13 15:29:25.612[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099389553070068 -- 2026-06-13 15:29:27.103[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79226 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022900104522705 -- 2026-06-13 15:29:27.106[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 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 = 79226 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021798610687256 -- 2026-06-13 15:29:27.108[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79226 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034549236297607 -- 2026-06-13 15:29:27.111[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79226 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017409324645996 -- 2026-06-13 15:29:27.113[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017621517181396 -- 2026-06-13 15:29:27.147[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019130706787109 -- 2026-06-13 15:29:27.198[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6643383 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-13 15:29:27.200[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017287731170654 -- 2026-06-13 15:29:27.201[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014184951782227 -- 2026-06-13 15:29:28.961[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078771114349365 -- 2026-06-13 15:29:29.447[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016546964645386 -- 2026-06-13 15:29:31.068[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79199 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-13 15:29:31.070[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 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 = 79199 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019021034240723 -- 2026-06-13 15:29:31.072[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017268657684326 -- 2026-06-13 15:29:31.074[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79199 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-13 15:29:31.076[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014519691467285 -- 2026-06-13 15:29:31.109[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-13 15:29:31.149[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001439094543457 -- 2026-06-13 15:29:31.150[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014350414276123 -- 2026-06-13 15:29:31.152[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081851482391357 -- 2026-06-13 15:29:32.266[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082809925079346 -- 2026-06-13 15:29:32.750[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010066986083984 -- 2026-06-13 15:29:34.126[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79198 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020148754119873 -- 2026-06-13 15:29:34.128[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 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 = 79198 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022909641265869 -- 2026-06-13 15:29:34.130[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79198 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035898685455322 -- 2026-06-13 15:29:34.134[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79198 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018088817596436 -- 2026-06-13 15:29:34.136[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018520355224609 -- 2026-06-13 15:29:34.169[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019891262054443 -- 2026-06-13 15:29:34.209[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640369 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017828941345215 -- 2026-06-13 15:29:34.211[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-13 15:29:34.213[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013487100601196 -- 2026-06-13 15:29:34.800[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021587133407593 -- 2026-06-13 15:29:35.332[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022481203079224 -- 2026-06-13 15:29:35.568[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014765977859497 -- 2026-06-13 15:29:36.524[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79197 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-13 15:29:36.526[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 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 = 79197 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-13 15:29:36.527[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-13 15:29:36.529[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014491081237793 -- 2026-06-13 15:29:36.531[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00148606300354 -- 2026-06-13 15:29:36.565[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-13 15:29:36.605[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6640228 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014650821685791 -- 2026-06-13 15:29:36.606[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014669895172119 -- 2026-06-13 15:29:36.608[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074291229248047 -- 2026-06-13 15:29:37.188[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016664981842041 -- 2026-06-13 15:29:37.810[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088510513305664 -- 2026-06-13 15:29:38.812[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49781 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00142502784729 -- 2026-06-13 15:29:38.814[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49781 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014071464538574 -- 2026-06-13 15:29:38.815[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6597047 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001399040222168 -- 2026-06-13 15:29:38.817[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016639232635498 -- 2026-06-13 15:29:38.851[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6597047 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014200210571289 -- 2026-06-13 15:29:38.852[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096800327301025 -- 2026-06-13 15:29:39.246[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79194 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019359588623047 -- 2026-06-13 15:29:39.248[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 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 = 79194 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021998882293701 -- 2026-06-13 15:29:39.250[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79194 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036840438842773 -- 2026-06-13 15:29:39.254[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79194 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-13 15:29:39.256[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 15:29:39.289[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-13 15:29:39.330[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639853 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-13 15:29:39.332[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016951560974121 -- 2026-06-13 15:29:39.334[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014182090759277 -- 2026-06-13 15:29:39.878[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081021785736084 -- 2026-06-13 15:29:39.892[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073699951171875 -- 2026-06-13 15:29:40.301[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018794059753418 -- 2026-06-13 15:29:40.459[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092768669128418 -- 2026-06-13 15:29:41.935[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 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 = 8427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016891956329346 -- 2026-06-13 15:29:41.936[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014369487762451 -- 2026-06-13 15:29:41.938[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 15:29:41.972[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014710426330566 -- 2026-06-13 15:29:41.973[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091149806976318 -- 2026-06-13 15:29:42.044[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79058 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018389225006104 -- 2026-06-13 15:29:42.046[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 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 = 79058 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-13 15:29:42.048[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019140243530273 -- 2026-06-13 15:29:42.050[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015769004821777 -- 2026-06-13 15:29:42.052[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016329288482666 -- 2026-06-13 15:29:42.085[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017621517181396 -- 2026-06-13 15:29:42.125[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6626436 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015771389007568 -- 2026-06-13 15:29:42.126[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015559196472168 -- 2026-06-13 15:29:42.128[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009174108505249 -- 2026-06-13 15:29:44.561[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095880031585693 -- 2026-06-13 15:29:45.013[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49781 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-13 15:29:45.015[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49781 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019550323486328 -- 2026-06-13 15:29:45.017[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6597047 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-13 15:29:45.019[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019311904907227 -- 2026-06-13 15:29:45.054[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6597047 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017359256744385 -- 2026-06-13 15:29:45.055[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007767915725708 -- 2026-06-13 15:29:50.202[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016849040985107 -- 2026-06-13 15:29:50.745[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021258115768433 -- 2026-06-13 15:29:52.064[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50320 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020051002502441 -- 2026-06-13 15:29:52.066[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50320 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020558834075928 -- 2026-06-13 15:29:52.068[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019040107727051 -- 2026-06-13 15:29:52.070[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020499229431152 -- 2026-06-13 15:29:52.105[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018987655639648 -- 2026-06-13 15:29:52.107[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50320 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091850757598877 -- 2026-06-13 15:29:52.467[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099921226501465 -- 2026-06-13 15:29:53.853[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 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 = 8427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020158290863037 -- 2026-06-13 15:29:53.855[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018110275268555 -- 2026-06-13 15:29:53.857[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019669532775879 -- 2026-06-13 15:29:53.891[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018079280853271 -- 2026-06-13 15:29:53.893[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020614147186279 -- 2026-06-13 15:29:56.580[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50320 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092301368713379 -- 2026-06-13 15:29:57.033[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0225670337677 -- 2026-06-13 15:29:58.618[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50286 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022430419921875 -- 2026-06-13 15:29:58.620[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50286 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021710395812988 -- 2026-06-13 15:29:58.622[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6644914 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-13 15:29:58.624[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-13 15:29:58.657[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6644914 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017158985137939 -- 2026-06-13 15:29:58.659[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095570087432861 -- 2026-06-13 15:30:01.339[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012810945510864 -- 2026-06-13 15:30:01.847[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091309547424316 -- 2026-06-13 15:30:03.213[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50231 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-13 15:30:03.215[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50231 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022449493408203 -- 2026-06-13 15:30:03.217[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6639308 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016748905181885 -- 2026-06-13 15:30:03.219[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-13 15:30:03.252[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639308 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-13 15:30:03.254[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021175146102905 -- 2026-06-13 15:30:05.454[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016809940338135 -- 2026-06-13 15:30:05.939[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083730220794678 -- 2026-06-13 15:30:07.374[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49781 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-13 15:30:07.376[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49781 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-13 15:30:07.378[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6597047 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015420913696289 -- 2026-06-13 15:30:07.380[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-13 15:30:07.414[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6597047 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-13 15:30:07.416[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009788990020752 -- 2026-06-13 15:30:12.552[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=49781 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018028974533081 -- 2026-06-13 15:30:13.009[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021998167037964 -- 2026-06-13 15:30:16.993[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007606029510498 -- 2026-06-13 15:30:33.156[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093679428100586 -- 2026-06-13 15:30:33.563[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091099739074707 -- 2026-06-13 15:30:34.851[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 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 = 8427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-13 15:30:34.853[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select org_id,org_name from dbsys.sys_org where corp_acct_id = 49 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016310214996338 -- 2026-06-13 15:30:34.855[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-13 15:30:34.889[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6645391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-13 15:30:34.891[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012813091278076 -- 2026-06-13 15:30:42.924[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077481269836426 -- 2026-06-13 15:30:43.444[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50231 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019431114196777 -- 2026-06-13 15:30:43.446[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50231 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-13 15:30:43.448[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6639308 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014040470123291 -- 2026-06-13 15:30:43.449[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015618801116943 -- 2026-06-13 15:30:43.483[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6639308 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014231204986572 -- 2026-06-13 15:30:43.484[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094790458679199 -- 2026-06-13 15:30:44.499[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089449882507324 -- 2026-06-13 15:36:02.379 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017428398132324 -- 2026-06-13 15:36:02.383 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026459693908691 -- 2026-06-13 15:36:02.386 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='ZongHeGuanLiBuLiuLiYan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-13 15:36:02.388[刘丽艳-347] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-13 15:36:02.395[刘丽艳-347] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 347 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028250217437744 -- 2026-06-13 15:36:02.398[刘丽艳-347] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 347 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-13 15:36:02.400[刘丽艳-347] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 347 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017209053039551 -- 2026-06-13 15:36:02.402[刘丽艳-347] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-13 15:36:02.404[刘丽艳-347] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbsys.sys_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022793054580688 -- 2026-06-13 15:36:02.926 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084400177001953 -- 2026-06-13 15:40:12.352[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016531944274902 -- 2026-06-13 15:40:12.354[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select payment_id from dbthird.thd_payment where oa_payment_id = 132136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001701831817627 -- 2026-06-13 15:40:12.356[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144895 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 15:40:12.358[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651274 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-13 15:40:12.359[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016951560974121 -- 2026-06-13 15:40:12.407[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-13 15:40:12.409[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651274 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014829635620117 -- 2026-06-13 15:40:12.411[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014848709106445 -- 2026-06-13 15:40:12.412[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015301704406738 -- 2026-06-13 15:40:12.452[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096409320831299 -- 2026-06-13 15:40:15.746[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-13 15:40:15.748[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select payment_id from dbthird.thd_payment where oa_payment_id = 132136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001762866973877 -- 2026-06-13 15:40:15.750[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144895 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-13 15:40:15.752[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651274 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-13 15:40:15.753[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01990818977356 -- 2026-06-13 15:40:15.805[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-13 15:40:15.807[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651274 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-13 15:40:15.809[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017268657684326 -- 2026-06-13 15:40:15.811[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-13 15:40:15.850[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22132136%22}&event=edit_payment&payment_id=132136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085849761962891 -- 2026-06-13 15:47:42.441 -- /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.0017421245574951 -- 2026-06-13 15:47:42.444 -- /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.0022480487823486 -- 2026-06-13 15:47:42.446 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='GuoRongBo' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018851757049561 -- 2026-06-13 15:47:42.448[郭荣波-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.0139479637146 -- 2026-06-13 15:47:42.759[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096371173858643 -- 2026-06-13 15:47:44.277[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132141 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-13 15:47:44.279[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select payment_id from dbthird.thd_payment where oa_payment_id = 132141 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018739700317383 -- 2026-06-13 15:47:44.281[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144900 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018389225006104 -- 2026-06-13 15:47:44.283[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651389 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-13 15:47:44.285[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018501281738281 -- 2026-06-13 15:47:44.320[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-13 15:47:44.322[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651389 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-13 15:47:44.324[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016818046569824 -- 2026-06-13 15:47:44.325[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017030239105225 -- 2026-06-13 15:47:44.365[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021013975143433 -- 2026-06-13 15:47:46.333[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132141 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019759893417358 -- 2026-06-13 15:47:46.819[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086619853973389 -- 2026-06-13 15:47:48.142[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132139 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016791820526123 -- 2026-06-13 15:47:48.143[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select payment_id from dbthird.thd_payment where oa_payment_id = 132139 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017468929290771 -- 2026-06-13 15:47:48.145[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144898 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-13 15:47:48.147[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651352 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015509128570557 -- 2026-06-13 15:47:48.149[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015828609466553 -- 2026-06-13 15:47:48.182[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-13 15:47:48.184[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651352 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015518665313721 -- 2026-06-13 15:47:48.186[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015449523925781 -- 2026-06-13 15:47:48.187[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015549659729004 -- 2026-06-13 15:47:48.225[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080828666687012 -- 2026-06-13 15:47:49.171[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090329647064209 -- 2026-06-13 15:47:49.649[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083968639373779 -- 2026-06-13 15:47:50.843[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132138 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016248226165771 -- 2026-06-13 15:47:50.845[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select payment_id from dbthird.thd_payment where oa_payment_id = 132138 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-13 15:47:50.846[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144897 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016329288482666 -- 2026-06-13 15:47:50.848[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651335 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014841556549072 -- 2026-06-13 15:47:50.850[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-13 15:47:50.883[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-13 15:47:50.885[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651335 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-13 15:47:50.886[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014309883117676 -- 2026-06-13 15:47:50.888[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-13 15:47:50.925[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009052038192749 -- 2026-06-13 15:47:53.225[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021516084671021 -- 2026-06-13 15:47:53.785[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015988111495972 -- 2026-06-13 15:49:08.446[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072450637817383 -- 2026-06-13 15:49:09.377[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132157 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013558864593506 -- 2026-06-13 15:49:09.379[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select payment_id from dbthird.thd_payment where oa_payment_id = 132157 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014121532440186 -- 2026-06-13 15:49:09.380[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144909 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-13 15:49:09.382[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012369155883789 -- 2026-06-13 15:49:09.384[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013809204101562 -- 2026-06-13 15:49:09.418[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013611316680908 -- 2026-06-13 15:49:09.420[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012052059173584 -- 2026-06-13 15:49:09.421[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012228488922119 -- 2026-06-13 15:49:09.423[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012490749359131 -- 2026-06-13 15:49:09.463[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017434120178223 -- 2026-06-13 15:49:10.187[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020431995391846 -- 2026-06-13 15:49:10.751[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096218585968018 -- 2026-06-13 15:58:19.709 -- /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.0017750263214111 -- 2026-06-13 15:58:19.712 -- /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.0027990341186523 -- 2026-06-13 15:58:19.715 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='ZhangTiHai' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020079612731934 -- 2026-06-13 15:58:19.717[张体海-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.011913061141968 -- 2026-06-13 15:58:20.349[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093538761138916 -- 2026-06-13 15:58:21.417[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132115 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022079944610596 -- 2026-06-13 15:58:21.419[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 select payment_id from dbthird.thd_payment where oa_payment_id = 132115 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-13 15:58:21.421[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144872 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021519660949707 -- 2026-06-13 15:58:21.424[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650288 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-13 15:58:21.425[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018291473388672 -- 2026-06-13 15:58:21.460[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021660327911377 -- 2026-06-13 15:58:21.462[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650288 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016248226165771 -- 2026-06-13 15:58:21.464[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016369819641113 -- 2026-06-13 15:58:21.466[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-13 15:58:21.505[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132115 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0068049430847168 -- 2026-06-13 15:58:22.167[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132115 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01276707649231 -- 2026-06-13 15:58:22.623[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011312007904053 -- 2026-06-13 15:58:23.517[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50322 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50322 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002161979675293 -- 2026-06-13 15:58:23.519[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50322 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50322 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018541812896729 -- 2026-06-13 15:58:23.521[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50322 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648836 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-13 15:58:23.523[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50322 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019228458404541 -- 2026-06-13 15:58:23.557[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50322 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648836 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-13 15:58:23.559[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50322 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018285036087036 -- 2026-06-13 15:58:24.377[张体海-1176] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50322 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099458694458008 -- 2026-06-13 15:58:24.801[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016941070556641 -- 2026-06-13 15:58:25.570[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132110 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016331672668457 -- 2026-06-13 15:58:25.572[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 select payment_id from dbthird.thd_payment where oa_payment_id = 132110 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016429424285889 -- 2026-06-13 15:58:25.573[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144867 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016219615936279 -- 2026-06-13 15:58:25.575[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014710426330566 -- 2026-06-13 15:58:25.577[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022826910018921 -- 2026-06-13 15:58:25.643[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-13 15:58:25.644[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014660358428955 -- 2026-06-13 15:58:25.646[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014431476593018 -- 2026-06-13 15:58:25.648[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-13 15:58:25.687[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132110 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083978176116943 -- 2026-06-13 15:58:26.349[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132110 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022760152816772 -- 2026-06-13 15:58:26.793[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013055086135864 -- 2026-06-13 16:02:01.575[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098121166229248 -- 2026-06-13 16:02:03.090[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50368 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023808479309082 -- 2026-06-13 16:02:03.093[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50368 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023350715637207 -- 2026-06-13 16:02:03.095[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652428 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-13 16:02:03.097[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019950866699219 -- 2026-06-13 16:02:03.131[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652428 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018079280853271 -- 2026-06-13 16:02:03.133[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012577056884766 -- 2026-06-13 16:02:05.888[程明-2970] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50368 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083761215209961 -- 2026-06-13 16:02:06.369[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015688896179199 -- 2026-06-13 16:02:07.816[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50368 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017850399017334 -- 2026-06-13 16:02:07.818[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50368 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018041133880615 -- 2026-06-13 16:02:07.820[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652428 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-13 16:02:07.822[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018501281738281 -- 2026-06-13 16:02:07.856[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652428 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-13 16:02:07.858[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50368 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012826919555664 -- 2026-06-13 16:02:10.010[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014455080032349 -- 2026-06-13 16:22:39.157[曾璟洋-2988] -- /buz/oa/index.php/oamgmt/oa_application?event=undoSubmit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2988 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098898410797119 -- 2026-06-13 16:24:41.157[曾璟洋-2988] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080358982086182 -- 2026-06-13 16:24:51.466[曾璟洋-2988] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2988 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015769004821777 -- 2026-06-13 16:24:51.504[曾璟洋-2988] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2988 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016183137893677 -- 2026-06-13 16:24:54.748[曾璟洋-2988] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086851119995117 -- 2026-06-13 16:25:02.352[曾璟洋-2988] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2988 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-13 16:25:02.390[曾璟洋-2988] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2988 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021610975265503 -- 2026-06-13 16:25:20.148[曾璟洋-2988] -- /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 = 2988 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017740726470947 -- 2026-06-13 16:25:20.248[曾璟洋-2988] -- /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 = 2988 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077009201049805 -- 2026-06-13 16:25:20.565[曾璟洋-2988] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2988 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094258785247803 -- 2026-06-13 16:33:59.580[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084099769592285 -- 2026-06-13 16:34:01.260[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132194 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016160011291504 -- 2026-06-13 16:34:01.262[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select payment_id from dbthird.thd_payment where oa_payment_id = 132194 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-13 16:34:01.264[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144913 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020840167999268 -- 2026-06-13 16:34:01.266[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652540 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014901161193848 -- 2026-06-13 16:34:01.268[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01651406288147 -- 2026-06-13 16:34:01.317[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-13 16:34:01.319[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652540 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-13 16:34:01.321[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-13 16:34:01.322[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-13 16:34:01.362[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096879005432129 -- 2026-06-13 16:34:02.122[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098810195922852 -- 2026-06-13 16:34:02.591[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010280847549438 -- 2026-06-13 16:34:03.578[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132193 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017127990722656 -- 2026-06-13 16:34:03.580[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select payment_id from dbthird.thd_payment where oa_payment_id = 132193 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017850399017334 -- 2026-06-13 16:34:03.582[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144912 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021350383758545 -- 2026-06-13 16:34:03.584[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015959739685059 -- 2026-06-13 16:34:03.586[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017577886581421 -- 2026-06-13 16:34:03.637[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-13 16:34:03.639[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-13 16:34:03.641[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015830993652344 -- 2026-06-13 16:34:03.643[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016369819641113 -- 2026-06-13 16:34:03.683[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020053148269653 -- 2026-06-13 16:34:04.425[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021679878234863 -- 2026-06-13 16:34:04.848[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007896900177002 -- 2026-06-13 16:51:57.312 -- /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.0015790462493896 -- 2026-06-13 16:51:57.316 -- /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.0021460056304932 -- 2026-06-13 16:51:57.318 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='ZhangTiHai' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-13 16:51:57.320[张体海-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.0094461441040039 -- 2026-06-13 16:51:58.071[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018821954727173 -- 2026-06-13 16:51:59.325[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132196 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-13 16:51:59.327[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select payment_id from dbthird.thd_payment where oa_payment_id = 132196 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-13 16:51:59.329[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144915 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002094030380249 -- 2026-06-13 16:51:59.331[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652581 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015308856964111 -- 2026-06-13 16:51:59.333[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-13 16:51:59.366[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-13 16:51:59.368[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652581 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015811920166016 -- 2026-06-13 16:51:59.370[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015628337860107 -- 2026-06-13 16:51:59.372[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-13 16:51:59.412[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097699165344238 -- 2026-06-13 16:52:00.757[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091171264648438 -- 2026-06-13 16:52:01.369[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098559856414795 -- 2026-06-13 16:52:02.389[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132195 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019140243530273 -- 2026-06-13 16:52:02.391[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select payment_id from dbthird.thd_payment where oa_payment_id = 132195 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019810199737549 -- 2026-06-13 16:52:02.394[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144914 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023348331451416 -- 2026-06-13 16:52:02.396[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652572 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-13 16:52:02.398[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018131732940674 -- 2026-06-13 16:52:02.432[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001939058303833 -- 2026-06-13 16:52:02.434[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652572 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001784086227417 -- 2026-06-13 16:52:02.436[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-13 16:52:02.438[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-13 16:52:02.478[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019701957702637 -- 2026-06-13 16:52:03.449[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008145809173584 -- 2026-06-13 16:52:04.172[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098690986633301 -- 2026-06-13 16:53:26.467[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132193 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015189647674561 -- 2026-06-13 16:53:26.469[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select payment_id from dbthird.thd_payment where oa_payment_id = 132193 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-13 16:53:26.471[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144912 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019850730895996 -- 2026-06-13 16:53:26.473[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001500129699707 -- 2026-06-13 16:53:26.474[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001582145690918 -- 2026-06-13 16:53:26.509[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015320777893066 -- 2026-06-13 16:53:26.510[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013880729675293 -- 2026-06-13 16:53:26.512[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014040470123291 -- 2026-06-13 16:53:26.513[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014200210571289 -- 2026-06-13 16:53:26.552[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086801052093506 -- 2026-06-13 16:53:27.503[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096259117126465 -- 2026-06-13 16:55:41.421[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01073694229126 -- 2026-06-13 17:01:08.893[程刚-3124] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 49 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014539003372192 -- 2026-06-13 17:01:19.881[程刚-3124] -- /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 = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013978481292725 -- 2026-06-13 17:01:19.948[程刚-3124] -- /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 = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032808780670166 -- 2026-06-13 17:01:19.982[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 3124,updatedby_id = 3124 where extrafareApply_id = 79292 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021322011947632 -- 2026-06-13 17:01:21.747[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001427173614502 -- 2026-06-13 17:01:21.785[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019552946090698 -- 2026-06-13 17:01:41.361[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015978813171387 -- 2026-06-13 17:01:41.427[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029439926147461 -- 2026-06-13 17:01:41.460[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2500,updatedby_id = 2500 where extrafareApply_id = 79293 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092267990112305 -- 2026-06-13 17:01:45.591[唐桂-2500] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088250637054443 -- 2026-06-13 17:01:54.333[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-13 17:01:54.372[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089831352233887 -- 2026-06-13 17:02:04.309[程刚-3124] -- /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 = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-13 17:02:04.403[程刚-3124] -- /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 = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003248929977417 -- 2026-06-13 17:02:04.437[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 3124,updatedby_id = 3124 where extrafareApply_id = 79292 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031349658966064 -- 2026-06-13 17:02:04.440[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 3124,updatedby_id = 3124 where otherfee_id = 13749 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012623071670532 -- 2026-06-13 17:02:04.581[程刚-3124] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019424200057983 -- 2026-06-13 17:02:40.642[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-13 17:02:40.737[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032920837402344 -- 2026-06-13 17:02:40.770[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2500,updatedby_id = 2500 where extrafareApply_id = 79293 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003593921661377 -- 2026-06-13 17:02:40.774[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2500,updatedby_id = 2500 where otherfee_id = 13750 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018872976303101 -- 2026-06-13 17:02:44.076[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017478466033936 -- 2026-06-13 17:02:44.162[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030848979949951 -- 2026-06-13 17:02:44.195[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2500,updatedby_id = 2500 where extrafareApply_id = 79293 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029168128967285 -- 2026-06-13 17:02:44.198[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2500,updatedby_id = 2500 where otherfee_id = 13750 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092661380767822 -- 2026-06-13 17:02:44.436[唐桂-2500] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016057014465332 -- 2026-06-13 17:04:17.693[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016018867492676 -- 2026-06-13 17:07:16.101[程刚-3124] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 49 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086278915405273 -- 2026-06-13 17:07:28.004[程刚-3124] -- /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 = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016520023345947 -- 2026-06-13 17:07:28.070[程刚-3124] -- /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 = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030090808868408 -- 2026-06-13 17:07:28.103[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 3124,updatedby_id = 3124 where extrafareApply_id = 79295 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021393060684204 -- 2026-06-13 17:07:29.192[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018410682678223 -- 2026-06-13 17:07:29.230[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010488986968994 -- 2026-06-13 17:07:58.055[程刚-3124] -- /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 = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016028881072998 -- 2026-06-13 17:07:58.165[程刚-3124] -- /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 = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029470920562744 -- 2026-06-13 17:07:58.198[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 3124,updatedby_id = 3124 where extrafareApply_id = 79295 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028200149536133 -- 2026-06-13 17:07:58.201[程刚-3124] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 3124,updatedby_id = 3124 where otherfee_id = 13751 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018594026565552 -- 2026-06-13 17:07:58.353[程刚-3124] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3124 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090179443359375 -- 2026-06-13 17:15:12.651 -- /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.0017359256744385 -- 2026-06-13 17:15:12.654 -- /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.0026330947875977 -- 2026-06-13 17:15:12.657 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='YuZeXu' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018999576568604 -- 2026-06-13 17:15:12.659[余泽旭-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.0091221332550049 -- 2026-06-13 17:15:13.127[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010379076004028 -- 2026-06-13 17:15:14.455[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132193 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020289421081543 -- 2026-06-13 17:15:14.458[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select payment_id from dbthird.thd_payment where oa_payment_id = 132193 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-13 17:15:14.460[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144912 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024600028991699 -- 2026-06-13 17:15:14.462[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00187087059021 -- 2026-06-13 17:15:14.464[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020120143890381 -- 2026-06-13 17:15:14.499[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019969940185547 -- 2026-06-13 17:15:14.501[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-13 17:15:14.503[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-13 17:15:14.505[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018661022186279 -- 2026-06-13 17:15:14.544[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019613027572632 -- 2026-06-13 17:15:15.227[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132193 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094611644744873 -- 2026-06-13 17:15:15.695[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011055946350098 -- 2026-06-13 17:15:16.591[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132157 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-13 17:15:16.593[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select payment_id from dbthird.thd_payment where oa_payment_id = 132157 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019669532775879 -- 2026-06-13 17:15:16.595[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144909 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023519992828369 -- 2026-06-13 17:15:16.597[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-13 17:15:16.599[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-13 17:15:16.634[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019280910491943 -- 2026-06-13 17:15:16.636[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-13 17:15:16.638[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017571449279785 -- 2026-06-13 17:15:16.639[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018279552459717 -- 2026-06-13 17:15:16.678[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097382068634033 -- 2026-06-13 17:15:17.170[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083348751068115 -- 2026-06-13 17:15:17.655[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081849098205566 -- 2026-06-13 17:15:18.508[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132145 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015759468078613 -- 2026-06-13 17:15:18.510[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select payment_id from dbthird.thd_payment where oa_payment_id = 132145 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-13 17:15:18.512[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144904 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001990795135498 -- 2026-06-13 17:15:18.514[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014400482177734 -- 2026-06-13 17:15:18.515[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014870166778564 -- 2026-06-13 17:15:18.549[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015780925750732 -- 2026-06-13 17:15:18.551[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014379024505615 -- 2026-06-13 17:15:18.552[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014429092407227 -- 2026-06-13 17:15:18.554[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014920234680176 -- 2026-06-13 17:15:18.594[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093121528625488 -- 2026-06-13 17:15:19.082[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020202159881592 -- 2026-06-13 17:15:19.568[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022593021392822 -- 2026-06-13 17:15:20.449[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132140 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018880367279053 -- 2026-06-13 17:15:20.451[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select payment_id from dbthird.thd_payment where oa_payment_id = 132140 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020039081573486 -- 2026-06-13 17:15:20.453[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144899 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023009777069092 -- 2026-06-13 17:15:20.456[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651353 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017471313476562 -- 2026-06-13 17:15:20.458[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-13 17:15:20.491[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018341541290283 -- 2026-06-13 17:15:20.493[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651353 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-13 17:15:20.495[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-13 17:15:20.497[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-13 17:15:20.535[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097827911376953 -- 2026-06-13 17:15:20.997[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132140 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094380378723145 -- 2026-06-13 17:15:21.457[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091969966888428 -- 2026-06-13 17:15:22.214[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-13 17:15:22.216[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select payment_id from dbthird.thd_payment where oa_payment_id = 132134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001849889755249 -- 2026-06-13 17:15:22.218[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144893 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021800994873047 -- 2026-06-13 17:15:22.220[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-13 17:15:22.222[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014597177505493 -- 2026-06-13 17:15:22.269[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018000602722168 -- 2026-06-13 17:15:22.271[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 17:15:22.273[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-13 17:15:22.275[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001680850982666 -- 2026-06-13 17:15:22.313[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01725697517395 -- 2026-06-13 17:15:22.830[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013215065002441 -- 2026-06-13 17:15:23.285[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016310930252075 -- 2026-06-13 17:15:24.023[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132132 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-13 17:15:24.025[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select payment_id from dbthird.thd_payment where oa_payment_id = 132132 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019078254699707 -- 2026-06-13 17:15:24.027[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144891 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022480487823486 -- 2026-06-13 17:15:24.030[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651176 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-13 17:15:24.032[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018954992294312 -- 2026-06-13 17:15:24.082[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001896858215332 -- 2026-06-13 17:15:24.084[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651176 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 17:15:24.086[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-13 17:15:24.088[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017828941345215 -- 2026-06-13 17:15:24.126[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085070133209229 -- 2026-06-13 17:15:24.555[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132132 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086140632629395 -- 2026-06-13 17:15:25.041[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020772933959961 -- 2026-06-13 17:15:25.873[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132109 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 17:15:25.875[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select payment_id from dbthird.thd_payment where oa_payment_id = 132109 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00180983543396 -- 2026-06-13 17:15:25.877[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144866 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-13 17:15:25.879[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016160011291504 -- 2026-06-13 17:15:25.881[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-13 17:15:25.914[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-13 17:15:25.916[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016181468963623 -- 2026-06-13 17:15:25.918[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016219615936279 -- 2026-06-13 17:15:25.919[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-13 17:15:25.969[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078029632568359 -- 2026-06-13 17:15:26.628[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085940361022949 -- 2026-06-13 17:15:27.081[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094490051269531 -- 2026-06-13 17:24:43.525[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017444849014282 -- 2026-06-13 17:24:44.833[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132196 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-13 17:24:44.835[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select payment_id from dbthird.thd_payment where oa_payment_id = 132196 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018799304962158 -- 2026-06-13 17:24:44.837[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144915 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022249221801758 -- 2026-06-13 17:24:44.840[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652581 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-13 17:24:44.842[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018358945846558 -- 2026-06-13 17:24:44.892[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-13 17:24:44.894[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652581 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-13 17:24:44.896[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016560554504395 -- 2026-06-13 17:24:44.897[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-13 17:24:44.943[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021198034286499 -- 2026-06-13 17:24:45.585[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132196 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020887851715088 -- 2026-06-13 17:24:46.009[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01239800453186 -- 2026-06-13 17:24:46.746[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132195 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-13 17:24:46.748[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select payment_id from dbthird.thd_payment where oa_payment_id = 132195 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017468929290771 -- 2026-06-13 17:24:46.750[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144914 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021820068359375 -- 2026-06-13 17:24:46.752[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652572 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015709400177002 -- 2026-06-13 17:24:46.754[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018613815307617 -- 2026-06-13 17:24:46.804[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017118453979492 -- 2026-06-13 17:24:46.806[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652572 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-13 17:24:46.808[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-13 17:24:46.810[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016219615936279 -- 2026-06-13 17:24:46.851[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014155149459839 -- 2026-06-13 17:24:47.357[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132195 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097839832305908 -- 2026-06-13 17:24:47.758[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01774001121521 -- 2026-06-13 17:24:48.486[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132194 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-13 17:24:48.488[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select payment_id from dbthird.thd_payment where oa_payment_id = 132194 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-13 17:24:48.490[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144913 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020911693572998 -- 2026-06-13 17:24:48.492[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652540 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001521110534668 -- 2026-06-13 17:24:48.494[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018803834915161 -- 2026-06-13 17:24:48.545[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-13 17:24:48.547[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652540 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001521110534668 -- 2026-06-13 17:24:48.548[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014960765838623 -- 2026-06-13 17:24:48.550[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015420913696289 -- 2026-06-13 17:24:48.590[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014761924743652 -- 2026-06-13 17:24:49.098[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132194 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012658834457397 -- 2026-06-13 17:24:49.506[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086691379547119 -- 2026-06-13 17:24:50.177[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132060 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016698837280273 -- 2026-06-13 17:24:50.179[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select payment_id from dbthird.thd_payment where oa_payment_id = 132060 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-13 17:24:50.181[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144820 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021131038665771 -- 2026-06-13 17:24:50.183[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6646092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015370845794678 -- 2026-06-13 17:24:50.185[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02250599861145 -- 2026-06-13 17:24:50.239[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017631053924561 -- 2026-06-13 17:24:50.241[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6646092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015239715576172 -- 2026-06-13 17:24:50.243[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-13 17:24:50.244[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016229152679443 -- 2026-06-13 17:24:50.282[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086522102355957 -- 2026-06-13 17:24:50.792[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085709095001221 -- 2026-06-13 17:24:51.190[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082218647003174 -- 2026-06-13 17:24:51.857[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50315 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020320415496826 -- 2026-06-13 17:24:51.859[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50315 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019938945770264 -- 2026-06-13 17:24:51.861[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648289 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-13 17:24:51.863[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016248226165771 -- 2026-06-13 17:24:51.896[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648289 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014381408691406 -- 2026-06-13 17:24:51.898[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024278163909912 -- 2026-06-13 17:24:52.437[余泽旭-927] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007504940032959 -- 2026-06-13 17:24:52.861[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097129344940186 -- 2026-06-13 17:30:10.245[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010076999664307 -- 2026-06-13 17:30:11.351[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132123 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00193190574646 -- 2026-06-13 17:30:11.353[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select payment_id from dbthird.thd_payment where oa_payment_id = 132123 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020110607147217 -- 2026-06-13 17:30:11.355[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144880 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023751258850098 -- 2026-06-13 17:30:11.357[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-13 17:30:11.359[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021318912506104 -- 2026-06-13 17:30:11.413[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019869804382324 -- 2026-06-13 17:30:11.415[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-13 17:30:11.417[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-13 17:30:11.419[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018880367279053 -- 2026-06-13 17:30:11.469[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010451078414917 -- 2026-06-13 17:30:12.046[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083060264587402 -- 2026-06-13 17:30:12.518[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022639036178589 -- 2026-06-13 17:30:13.238[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132104 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016481876373291 -- 2026-06-13 17:30:13.240[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 select payment_id from dbthird.thd_payment where oa_payment_id = 132104 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-13 17:30:13.242[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144863 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016429424285889 -- 2026-06-13 17:30:13.244[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015170574188232 -- 2026-06-13 17:30:13.245[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015568733215332 -- 2026-06-13 17:30:13.279[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-13 17:30:13.280[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-13 17:30:13.282[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015079975128174 -- 2026-06-13 17:30:13.284[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-13 17:30:13.323[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132104 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010674953460693 -- 2026-06-13 17:30:13.866[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132104 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010058879852295 -- 2026-06-13 17:30:14.323[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017148017883301 -- 2026-06-13 17:30:15.057[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132102 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016641616821289 -- 2026-06-13 17:30:15.059[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 select payment_id from dbthird.thd_payment where oa_payment_id = 132102 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-13 17:30:15.061[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144862 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017011165618896 -- 2026-06-13 17:30:15.062[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6648506 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-13 17:30:15.064[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016179084777832 -- 2026-06-13 17:30:15.099[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017099380493164 -- 2026-06-13 17:30:15.101[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6648506 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015809535980225 -- 2026-06-13 17:30:15.102[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-13 17:30:15.104[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001572847366333 -- 2026-06-13 17:30:15.144[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132102 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094761848449707 -- 2026-06-13 17:30:15.708[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132102 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012814044952393 -- 2026-06-13 17:30:16.201[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015220880508423 -- 2026-06-13 17:55:21.446[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083639621734619 -- 2026-06-13 17:55:21.547[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012073993682861 -- 2026-06-13 17:55:23.155[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01784610748291 -- 2026-06-13 17:56:45.044[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094811916351318 -- 2026-06-13 17:56:45.200[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094990730285645 -- 2026-06-13 17:56:46.762[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016756057739258 -- 2026-06-13 17:57:21.405[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015199184417725 -- 2026-06-13 17:57:21.515[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0065429210662842 -- 2026-06-13 17:57:48.290[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012939929962158 -- 2026-06-13 17:58:56.229[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013604164123535 -- 2026-06-13 17:58:56.324[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01111888885498 -- 2026-06-13 17:58:58.112[李大鹏-685] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 685 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088839530944824 -- 2026-06-13 19:41:16.482[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-13 19:41:16.553[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003713846206665 -- 2026-06-13 19:41:16.588[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2501,updatedby_id = 2501 where extrafareApply_id = 79296 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012599229812622 -- 2026-06-13 19:43:43.685[肖路路-2501] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017588138580322 -- 2026-06-13 19:44:02.153[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-13 19:44:02.192[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078070163726807 -- 2026-06-13 19:44:03.652[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015079975128174 -- 2026-06-13 19:44:03.746[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032298564910889 -- 2026-06-13 19:44:03.780[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2501,updatedby_id = 2501 where extrafareApply_id = 79296 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029399394989014 -- 2026-06-13 19:44:03.783[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2501,updatedby_id = 2501 where otherfee_id = 13752 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01448917388916 -- 2026-06-13 19:44:03.988[肖路路-2501] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014900922775269 -- 2026-06-13 20:20:45.779[韦德旺-657] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 657 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092549324035645 -- 2026-06-13 20:20:45.932[韦德旺-657] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 657 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014773845672607 -- 2026-06-13 20:20:48.098[韦德旺-657] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 657 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012480020523071 -- 2026-06-13 21:32:23.835 -- /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.0016529560089111 -- 2026-06-13 21:32:23.839 -- /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.0025529861450195 -- 2026-06-13 21:32:23.841 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='GuanGuan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018081665039062 -- 2026-06-13 21:32:23.843[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0118408203125 -- 2026-06-13 21:32:24.180[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097718238830566 -- 2026-06-13 21:32:25.337[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 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 = 4258 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021390914916992 -- 2026-06-13 21:32:25.339[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select * from dbpurc.purc_apply_product where purcapply_id = 4258 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-13 21:32:25.341[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018042087554932 -- 2026-06-13 21:32:27.911[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013298034667969 -- 2026-06-13 21:32:28.287[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086228847503662 -- 2026-06-13 21:32:29.275[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 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 = 4217 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-13 21:32:29.277[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 select * from dbpurc.purc_purcplan_product where purcplan_id = 4217 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020890235900879 -- 2026-06-13 21:32:29.279[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 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 = 4217 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021390914916992 -- 2026-06-13 21:32:29.282[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 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=4217 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016298294067383 -- 2026-06-13 21:32:29.283[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 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=4217 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001209020614624 -- 2026-06-13 21:32:29.285[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081310272216797 -- 2026-06-13 21:33:05.990[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082688331604004 -- 2026-06-13 21:33:06.430[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084271430969238 -- 2026-06-13 21:33:07.674[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4216 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 = 4216 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016717910766602 -- 2026-06-13 21:33:07.675[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4216 select * from dbpurc.purc_purcplan_product where purcplan_id = 4216 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-13 21:33:07.677[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4216 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 = 4216 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-13 21:33:07.679[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4216 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=4216 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-13 21:33:07.681[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4216 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=4216 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015671253204346 -- 2026-06-13 21:33:07.683[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4216 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096220970153809 -- 2026-06-13 21:33:09.556[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093121528625488 -- 2026-06-13 21:33:09.965[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087180137634277 -- 2026-06-13 21:33:10.998[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 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 = 4215 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-13 21:33:11.000[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 select * from dbpurc.purc_purcplan_product where purcplan_id = 4215 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019600391387939 -- 2026-06-13 21:33:11.002[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 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 = 4215 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021090507507324 -- 2026-06-13 21:33:11.005[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 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=4215 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-13 21:33:11.007[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 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=4215 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014679431915283 -- 2026-06-13 21:33:11.008[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082941055297852 -- 2026-06-13 21:33:12.508[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085930824279785 -- 2026-06-13 21:33:12.905[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082480907440186 -- 2026-06-13 21:33:13.882[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4214 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 = 4214 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-13 21:33:13.884[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4214 select * from dbpurc.purc_purcplan_product where purcplan_id = 4214 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018181800842285 -- 2026-06-13 21:33:13.886[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4214 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 = 4214 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019681453704834 -- 2026-06-13 21:33:13.888[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4214 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=4214 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001615047454834 -- 2026-06-13 21:33:13.890[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4214 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=4214 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013809204101562 -- 2026-06-13 21:33:13.891[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4214 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017059087753296 -- 2026-06-13 21:33:15.403[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011605024337769 -- 2026-06-13 21:33:15.796[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012809038162231 -- 2026-06-13 21:33:16.815[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 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 = 4213 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022258758544922 -- 2026-06-13 21:33:16.818[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 select * from dbpurc.purc_purcplan_product where purcplan_id = 4213 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021970272064209 -- 2026-06-13 21:33:16.820[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 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 = 4213 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023250579833984 -- 2026-06-13 21:33:16.822[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 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=4213 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019919872283936 -- 2026-06-13 21:33:16.825[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 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=4213 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001716136932373 -- 2026-06-13 21:33:16.826[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085110664367676 -- 2026-06-13 21:33:29.282[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089881420135498 -- 2026-06-13 21:33:29.718[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085229873657227 -- 2026-06-13 21:33:30.815[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4212 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 = 4212 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-13 21:33:30.817[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4212 select * from dbpurc.purc_purcplan_product where purcplan_id = 4212 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022389888763428 -- 2026-06-13 21:33:30.819[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4212 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 = 4212 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020201206207275 -- 2026-06-13 21:33:30.822[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4212 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=4212 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016841888427734 -- 2026-06-13 21:33:30.823[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4212 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=4212 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014381408691406 -- 2026-06-13 21:33:30.825[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4212 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097110271453857 -- 2026-06-13 21:33:32.654[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018846988677979 -- 2026-06-13 21:33:33.073[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010083913803101 -- 2026-06-13 21:33:34.141[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4211 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 = 4211 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019938945770264 -- 2026-06-13 21:33:34.143[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4211 select * from dbpurc.purc_purcplan_product where purcplan_id = 4211 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-13 21:33:34.145[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4211 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 = 4211 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020730495452881 -- 2026-06-13 21:33:34.147[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4211 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=4211 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020468235015869 -- 2026-06-13 21:33:34.149[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4211 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=4211 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018279552459717 -- 2026-06-13 21:33:34.151[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4211 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090360641479492 -- 2026-06-13 21:33:36.691[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017334222793579 -- 2026-06-13 21:33:37.102[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094850063323975 -- 2026-06-13 21:39:22.333[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094211101531982 -- 2026-06-13 21:39:32.836[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016292095184326 -- 2026-06-13 21:39:47.918[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012032032012939 -- 2026-06-13 22:06:43.722 -- /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.0019879341125488 -- 2026-06-13 22:06:43.725 -- /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.0025560855865479 -- 2026-06-13 22:06:43.728 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='GaoXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021638870239258 -- 2026-06-13 22:06:43.731[高祥-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.011384010314941 -- 2026-06-13 22:06:44.127[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010433197021484 -- 2026-06-13 22:06:46.597[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 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 = 4258 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023288726806641 -- 2026-06-13 22:06:46.599[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select * from dbpurc.purc_apply_product where purcapply_id = 4258 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016860961914062 -- 2026-06-13 22:06:46.601[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014728784561157 -- 2026-06-13 22:07:06.690[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018501996994019 -- 2026-06-13 22:07:07.364[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095398426055908 -- 2026-06-13 22:07:09.019[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 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 = 4217 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023550987243652 -- 2026-06-13 22:07:09.021[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 select * from dbpurc.purc_purcplan_product where purcplan_id = 4217 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022289752960205 -- 2026-06-13 22:07:09.024[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 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 = 4217 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025191307067871 -- 2026-06-13 22:07:09.026[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 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=4217 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019998550415039 -- 2026-06-13 22:07:09.029[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 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=4217 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-13 22:07:09.030[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4217 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016134977340698 -- 2026-06-13 22:07:12.146[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019596099853516 -- 2026-06-13 22:07:12.789[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021135091781616 -- 2026-06-13 22:07:14.451[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 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 = 4215 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-13 22:07:14.453[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 select * from dbpurc.purc_purcplan_product where purcplan_id = 4215 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018830299377441 -- 2026-06-13 22:07:14.455[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 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 = 4215 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020530223846436 -- 2026-06-13 22:07:14.457[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 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=4215 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019869804382324 -- 2026-06-13 22:07:14.459[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 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=4215 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017409324645996 -- 2026-06-13 22:07:14.461[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4215 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075528621673584 -- 2026-06-13 22:07:24.698[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015488147735596 -- 2026-06-13 22:07:25.361[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081048011779785 -- 2026-06-13 22:07:45.085[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 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 = 4213 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001615047454834 -- 2026-06-13 22:07:45.087[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 select * from dbpurc.purc_purcplan_product where purcplan_id = 4213 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016040802001953 -- 2026-06-13 22:07:45.089[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 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 = 4213 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-13 22:07:45.090[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 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=4213 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-13 22:07:45.092[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 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=4213 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014281272888184 -- 2026-06-13 22:07:45.094[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=4213 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090479850769043 -- 2026-06-13 22:07:46.455[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015964031219482 -- 2026-06-13 22:07:47.063[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017343997955322 -- 2026-06-13 22:35:19.126[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017580986022949 -- 2026-06-13 22:35:19.193[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033929347991943 -- 2026-06-13 22:35:19.226[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2661,updatedby_id = 2661 where extrafareApply_id = 79298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019804000854492 -- 2026-06-13 22:35:51.360[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017101764678955 -- 2026-06-13 22:35:51.451[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032980442047119 -- 2026-06-13 22:35:51.484[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2661,updatedby_id = 2661 where extrafareApply_id = 79298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033431053161621 -- 2026-06-13 22:35:51.488[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2661,updatedby_id = 2661 where otherfee_id = 13753 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010142087936401 -- 2026-06-13 22:35:57.343[刘先勇-2661] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096299648284912 -- 2026-06-13 22:36:22.153[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015199184417725 -- 2026-06-13 22:36:22.235[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031349658966064 -- 2026-06-13 22:36:22.269[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2661,updatedby_id = 2661 where extrafareApply_id = 79298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028150081634521 -- 2026-06-13 22:36:22.272[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2661,updatedby_id = 2661 where otherfee_id = 13753 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076379776000977 -- 2026-06-13 22:36:25.601[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013189315795898 -- 2026-06-13 22:36:25.692[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028390884399414 -- 2026-06-13 22:36:25.725[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2661,updatedby_id = 2661 where extrafareApply_id = 79298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028619766235352 -- 2026-06-13 22:36:25.728[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2661,updatedby_id = 2661 where otherfee_id = 13753 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010145902633667 -- 2026-06-13 22:36:30.828[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019340515136719 -- 2026-06-13 22:36:30.867[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009443998336792 -- 2026-06-13 22:36:33.243[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017929077148438 -- 2026-06-13 22:36:33.328[刘先勇-2661] -- /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 = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031449794769287 -- 2026-06-13 22:36:33.361[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2661,updatedby_id = 2661 where extrafareApply_id = 79298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029158592224121 -- 2026-06-13 22:36:33.364[刘先勇-2661] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2661,updatedby_id = 2661 where otherfee_id = 13753 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092618465423584 -- 2026-06-13 22:36:33.537[刘先勇-2661] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2661 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084168910980225 -- 2026-06-13 23:33:27.174[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132199 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020179748535156 -- 2026-06-13 23:33:27.177[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 select payment_id from dbthird.thd_payment where oa_payment_id = 132199 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-13 23:33:27.179[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144918 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019919872283936 -- 2026-06-13 23:33:27.181[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6652680 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014808177947998 -- 2026-06-13 23:33:27.183[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017230033874512 -- 2026-06-13 23:33:27.248[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 select * from dbsys.sys_contact where cont_id = 936 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015549659729004 -- 2026-06-13 23:33:27.250[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6652680 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013930797576904 -- 2026-06-13 23:33:27.251[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013799667358398 -- 2026-06-13 23:33:27.253[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014309883117676 -- 2026-06-13 23:33:27.293[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132199%22%7D&event=edit_payment&payment_id=132199 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017846822738647 -- 2026-06-13 23:33:38.650[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132111 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019819736480713 -- 2026-06-13 23:33:38.652[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select payment_id from dbthird.thd_payment where oa_payment_id = 132111 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016708374023438 -- 2026-06-13 23:33:38.654[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144868 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019600391387939 -- 2026-06-13 23:33:38.656[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6650106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014650821685791 -- 2026-06-13 23:33:38.657[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-13 23:33:38.691[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select * from dbsys.sys_contact where cont_id = 936 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015809535980225 -- 2026-06-13 23:33:38.693[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6650106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001446008682251 -- 2026-06-13 23:33:38.694[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-13 23:33:38.696[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014901161193848 -- 2026-06-13 23:33:38.736[陈洁敏-936] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22132111%22%7D&event=edit_payment&payment_id=132111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 936 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01935601234436 -- 2026-06-13 23:50:30.442[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016327142715454 -- 2026-06-13 23:50:31.698[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022449493408203 -- 2026-06-13 23:50:31.701[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 select payment_id from dbthird.thd_payment where oa_payment_id = 132156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022659301757812 -- 2026-06-13 23:50:31.703[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144908 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022420883178711 -- 2026-06-13 23:50:31.705[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651913 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017359256744385 -- 2026-06-13 23:50:31.707[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016630887985229 -- 2026-06-13 23:50:31.756[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019068717956543 -- 2026-06-13 23:50:31.759[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651913 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 23:50:31.760[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-13 23:50:31.762[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017631053924561 -- 2026-06-13 23:50:31.802[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132156 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018318891525269 -- 2026-06-13 23:50:35.726[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132156 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087821483612061 -- 2026-06-13 23:50:36.181[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015480041503906 -- 2026-06-13 23:50:37.263[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131332 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-13 23:50:37.265[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 select payment_id from dbthird.thd_payment where oa_payment_id = 131332 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016329288482666 -- 2026-06-13 23:50:37.267[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144271 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019350051879883 -- 2026-06-13 23:50:37.269[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6613008 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014171600341797 -- 2026-06-13 23:50:37.271[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-13 23:50:37.306[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015618801116943 -- 2026-06-13 23:50:37.308[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6613008 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014448165893555 -- 2026-06-13 23:50:37.310[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013880729675293 -- 2026-06-13 23:50:37.311[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014150142669678 -- 2026-06-13 23:50:37.350[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131332 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075161457061768 -- 2026-06-13 23:50:39.623[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131332 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015338897705078 -- 2026-06-13 23:50:40.086[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014871835708618 -- 2026-06-13 23:50:41.089[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131323 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-13 23:50:41.091[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 select payment_id from dbthird.thd_payment where oa_payment_id = 131323 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-13 23:50:41.093[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144262 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002161979675293 -- 2026-06-13 23:50:41.095[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6612264 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-13 23:50:41.097[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016400814056396 -- 2026-06-13 23:50:41.130[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-13 23:50:41.132[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6612264 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016050338745117 -- 2026-06-13 23:50:41.134[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015690326690674 -- 2026-06-13 23:50:41.135[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-13 23:50:41.175[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131323 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009890079498291 -- 2026-06-13 23:50:44.696[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131323 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013107061386108 -- 2026-06-13 23:50:45.164[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01358699798584 -- 2026-06-13 23:50:46.107[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131304 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018470287322998 -- 2026-06-13 23:50:46.109[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 select payment_id from dbthird.thd_payment where oa_payment_id = 131304 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019040107727051 -- 2026-06-13 23:50:46.111[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144248 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-13 23:50:46.113[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6609307 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-13 23:50:46.115[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-13 23:50:46.149[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-13 23:50:46.151[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6609307 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001716136932373 -- 2026-06-13 23:50:46.152[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-13 23:50:46.154[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017471313476562 -- 2026-06-13 23:50:46.194[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131304 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02242112159729 -- 2026-06-13 23:50:49.712[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131304 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013925075531006 -- 2026-06-13 23:50:50.166[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021946907043457 -- 2026-06-13 23:50:51.155[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131234 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018408298492432 -- 2026-06-13 23:50:51.157[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 select payment_id from dbthird.thd_payment where oa_payment_id = 131234 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019040107727051 -- 2026-06-13 23:50:51.159[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144224 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-13 23:50:51.161[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6608070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-13 23:50:51.163[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017600059509277 -- 2026-06-13 23:50:51.196[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-13 23:50:51.198[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6608070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-13 23:50:51.200[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-13 23:50:51.202[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-13 23:50:51.241[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010288953781128 -- 2026-06-13 23:50:53.992[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091941356658936 -- 2026-06-13 23:50:54.433[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01896595954895 -- 2026-06-13 23:50:55.403[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131215 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-13 23:50:55.405[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 select payment_id from dbthird.thd_payment where oa_payment_id = 131215 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-13 23:50:55.407[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144207 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-13 23:50:55.409[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6607513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-13 23:50:55.411[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017092227935791 -- 2026-06-13 23:50:55.444[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017831325531006 -- 2026-06-13 23:50:55.446[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6607513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-13 23:50:55.448[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-13 23:50:55.450[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-13 23:50:55.487[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131215 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095257759094238 -- 2026-06-13 23:50:58.667[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131215 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009329080581665 -- 2026-06-13 23:50:59.156[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016336917877197 -- 2026-06-13 23:51:00.232[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-13 23:51:00.234[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 select payment_id from dbthird.thd_payment where oa_payment_id = 131176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-13 23:51:00.236[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144171 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019781589508057 -- 2026-06-13 23:51:00.238[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6605801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001406192779541 -- 2026-06-13 23:51:00.239[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020709991455078 -- 2026-06-13 23:51:00.291[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001582145690918 -- 2026-06-13 23:51:00.293[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6605801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013937950134277 -- 2026-06-13 23:51:00.295[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013899803161621 -- 2026-06-13 23:51:00.296[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014121532440186 -- 2026-06-13 23:51:00.335[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131176 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092079639434814 -- 2026-06-13 23:51:01.916[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131176 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094239711761475 -- 2026-06-13 23:51:02.334[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014997005462646 -- 2026-06-13 23:51:03.353[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131175 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019381046295166 -- 2026-06-13 23:51:03.355[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 select payment_id from dbthird.thd_payment where oa_payment_id = 131175 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019650459289551 -- 2026-06-13 23:51:03.357[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144170 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018870830535889 -- 2026-06-13 23:51:03.359[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6605795 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013787746429443 -- 2026-06-13 23:51:03.360[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-13 23:51:03.392[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015249252319336 -- 2026-06-13 23:51:03.394[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6605795 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014340877532959 -- 2026-06-13 23:51:03.396[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014140605926514 -- 2026-06-13 23:51:03.397[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014169216156006 -- 2026-06-13 23:51:03.435[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131175 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009019136428833 -- 2026-06-13 23:51:08.830[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131175 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013091802597046 -- 2026-06-13 23:51:09.279[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086848735809326 -- 2026-06-13 23:51:10.206[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131147 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00193190574646 -- 2026-06-13 23:51:10.208[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 select payment_id from dbthird.thd_payment where oa_payment_id = 131147 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016260147094727 -- 2026-06-13 23:51:10.210[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144143 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001896858215332 -- 2026-06-13 23:51:10.212[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6603628 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014328956604004 -- 2026-06-13 23:51:10.214[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015029907226562 -- 2026-06-13 23:51:10.245[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015809535980225 -- 2026-06-13 23:51:10.247[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6603628 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014557838439941 -- 2026-06-13 23:51:10.249[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014479160308838 -- 2026-06-13 23:51:10.250[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-13 23:51:10.299[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131147 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092689990997314 -- 2026-06-13 23:51:13.184[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131147 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010548114776611 -- 2026-06-13 23:51:13.637[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098600387573242 -- 2026-06-13 23:51:14.591[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131145 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-13 23:51:14.593[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 select payment_id from dbthird.thd_payment where oa_payment_id = 131145 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024290084838867 -- 2026-06-13 23:51:14.596[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144141 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022530555725098 -- 2026-06-13 23:51:14.598[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6603444 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017740726470947 -- 2026-06-13 23:51:14.600[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021546125411987 -- 2026-06-13 23:51:14.653[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020139217376709 -- 2026-06-13 23:51:14.656[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6603444 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-13 23:51:14.658[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-13 23:51:14.659[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-13 23:51:14.702[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022104978561401 -- 2026-06-13 23:51:31.574[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131145 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087170600891113 -- 2026-06-13 23:51:32.024[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096049308776855 -- 2026-06-13 23:51:32.969[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-13 23:51:32.971[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 select payment_id from dbthird.thd_payment where oa_payment_id = 131131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-13 23:51:32.973[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144127 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020449161529541 -- 2026-06-13 23:51:32.975[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6603136 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014288425445557 -- 2026-06-13 23:51:32.976[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019634962081909 -- 2026-06-13 23:51:33.028[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016539096832275 -- 2026-06-13 23:51:33.030[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6603136 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014808177947998 -- 2026-06-13 23:51:33.032[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014569759368896 -- 2026-06-13 23:51:33.033[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014870166778564 -- 2026-06-13 23:51:33.073[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020549774169922 -- 2026-06-13 23:51:35.367[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012959003448486 -- 2026-06-13 23:51:35.806[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022035837173462 -- 2026-06-13 23:51:37.437[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131130 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015602111816406 -- 2026-06-13 23:51:37.439[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 select payment_id from dbthird.thd_payment where oa_payment_id = 131130 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016288757324219 -- 2026-06-13 23:51:37.441[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144126 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019998550415039 -- 2026-06-13 23:51:37.443[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6603132 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014290809631348 -- 2026-06-13 23:51:37.445[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015010833740234 -- 2026-06-13 23:51:37.477[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015668869018555 -- 2026-06-13 23:51:37.478[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6603132 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014350414276123 -- 2026-06-13 23:51:37.480[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014340877532959 -- 2026-06-13 23:51:37.482[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014691352844238 -- 2026-06-13 23:51:37.519[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131130 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097079277038574 -- 2026-06-13 23:51:39.757[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131130 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009570837020874 -- 2026-06-13 23:51:40.209[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022650003433228 -- 2026-06-13 23:51:41.154[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131080 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016939640045166 -- 2026-06-13 23:51:41.156[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 select payment_id from dbthird.thd_payment where oa_payment_id = 131080 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017609596252441 -- 2026-06-13 23:51:41.158[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144081 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-13 23:51:41.160[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6601237 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015871524810791 -- 2026-06-13 23:51:41.161[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016369819641113 -- 2026-06-13 23:51:41.194[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-13 23:51:41.196[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6601237 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-13 23:51:41.198[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016069412231445 -- 2026-06-13 23:51:41.200[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016191005706787 -- 2026-06-13 23:51:41.239[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131080 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096421241760254 -- 2026-06-13 23:51:44.427[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131080 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013538122177124 -- 2026-06-13 23:51:44.916[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092170238494873 -- 2026-06-13 23:51:45.882[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131045 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-13 23:51:45.884[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 select payment_id from dbthird.thd_payment where oa_payment_id = 131045 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018818378448486 -- 2026-06-13 23:51:45.886[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144053 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-13 23:51:45.888[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6598353 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-13 23:51:45.890[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024523019790649 -- 2026-06-13 23:51:45.946[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018889904022217 -- 2026-06-13 23:51:45.948[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6598353 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-13 23:51:45.950[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-13 23:51:45.952[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017099380493164 -- 2026-06-13 23:51:45.994[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131045 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090517997741699 -- 2026-06-13 23:51:50.946[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131045 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086681842803955 -- 2026-06-13 23:51:51.386[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01957106590271 -- 2026-06-13 23:51:52.332[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131044 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016241073608398 -- 2026-06-13 23:51:52.334[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 select payment_id from dbthird.thd_payment where oa_payment_id = 131044 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-13 23:51:52.336[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144052 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-13 23:51:52.338[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6598344 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015079975128174 -- 2026-06-13 23:51:52.339[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020028829574585 -- 2026-06-13 23:51:52.391[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-13 23:51:52.393[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6598344 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-13 23:51:52.394[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015058517456055 -- 2026-06-13 23:51:52.396[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-13 23:51:52.434[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010458946228027 -- 2026-06-13 23:51:54.778[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090270042419434 -- 2026-06-13 23:51:55.219[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------