All Latest
6a4379c77b8a6: POST https://beta.jinchangxiao.com/vue/setting/save-edit-role at 2026-06-30 04:09:43 pm by 39.156.194.178

Performance Profiling

Total processing time: 73 ms; Peak memory: 3.551 MB. Show Profiling Timeline

总计19条数据
TimeDurationCategoryInfo
  
16:09:43.5389.8 msyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_auth_item_child" WHERE "parent"='电话销售'
16:09:43.5619.1 msyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_auth_item_child" ("parent", "child") VALUES ('电话销售', 'viewSalesChart'), ('电话销售', 'viewPreSalesChart'), ('电话销售', 'viewImplementChart'), ('电话销售', 'viewServicePlan'), ('电话销售', 'viewCalendar'), ('电话销售', 'viewClientAnalysis'), ('电话销售', 'viewClientMap'), ('电话销售', 'viewFootPrint'), ('电话销售', 'viewOtherFootPrint'), ('电话销售', 'viewReimbursementAnalysis'), ('电话销售', 'viewApproveAnalysis'), ('电话销售', 'viewSchedule'), ('电话销售', 'createSchedule'), ('电话销售', 'updateSchedule'), ('电话销售', 'deleteSchedule'), ('电话销售', 'viewSource'), ('电话销售', 'createSource'), ('电话销售', 'updateSource'), ('电话销售', 'deleteSource'), ('电话销售', 'distributeSource'), ('电话销售', 'viewCalendarMng'), ('电话销售', 'createCalendarMng'), ('电话销售', 'updateCalendarMng'), ('电话销售', 'deleteCalendarMng'), ('电话销售', 'viewTask'), ('电话销售', 'createTask'), ('电话销售', 'updateTask'), ('电话销售', 'deleteTask'), ('电话销售', 'viewClient'), ('电话销售', 'createClient'), ('电话销售', 'updateClient'), ('电话销售', 'transferClient'), ('电话销售', 'updateClientDocument'), ('电话销售', 'viewClientContact'), ('电话销售', 'createClientContact'), ('电话销售', 'updateClientContact'), ('电话销售', 'deleteClientContact'), ('电话销售', 'viewContactInfo'), ('电话销售', 'viewWorkLog'), ('电话销售', 'createWorkLog'), ('电话销售', 'updateWorkLog'), ('电话销售', 'viewProject'), ('电话销售', 'viewCase'), ('电话销售', 'createCase'), ('电话销售', 'updateCase'), ('电话销售', 'deleteCase'), ('电话销售', 'closeCase'), ('电话销售', 'suspendCase'), ('电话销售', 'viewTicket'), ('电话销售', 'createTicket'), ('电话销售', 'updateTicket'), ('电话销售', 'deleteTicket'), ('电话销售', 'viewSalesOrder'), ('电话销售', 'createSalesOrder'), ('电话销售', 'updateSalesOrder'), ('电话销售', 'viewSalesContract'), ('电话销售', 'createSalesContract'), ('电话销售', 'updateSalesContract'), ('电话销售', 'serviceProgress'), ('电话销售', 'viewReimbursement'), ('电话销售', 'createReimbursement'), ('电话销售', 'updateReimbursement'), ('电话销售', 'deleteReimbursement'), ('电话销售', 'viewApprove'), ('电话销售', 'createApprove'), ('电话销售', 'updateApprove'), ('电话销售', 'viewDocument'), ('电话销售', 'createDocument'), ('电话销售', 'updateDocument'), ('电话销售', 'viewSupplier'), ('电话销售', 'visitSupplier'), ('电话销售', 'createSupplier'), ('电话销售', 'updateSupplier'), ('电话销售', 'viewSupplierContact'), ('电话销售', 'createSupplierContact'), ('电话销售', 'updateSupplierContact'), ('电话销售', 'viewPurchaseContract'), ('电话销售', 'createPurchaseContract'), ('电话销售', 'updatePurchaseContract'), ('电话销售', 'viewProduct'), ('电话销售', 'viewService'), ('电话销售', 'viewPunch'), ('电话销售', 'createPunch'), ('电话销售', 'viewOtherPunch'), ('电话销售', 'viewRating')
16:09:43.5545.9 msyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_auth_item_child' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
16:09:43.5485.5 msyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_auth_item_child' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
16:09:43.5263.7 msyii\db\Command::executeUPDATE "a57be577deb434"."tbl_auth_items" SET "updated_at"=1782806983 WHERE "name"='电话销售'
16:09:43.5313.6 msyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\AuthItems', 174, 'a:0:{}', '', 1001, '39.156.194.178')
16:09:43.5731.2 msyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/setting/save-edit-role', '{"AuthItems":{"id":"174","name":"\u7535\u8bdd\u9500\u552e","display_name":"\u7535\u8bdd\u9500\u552e","permissions":["viewSalesChart","viewPreSalesChart","viewImplementChart","viewServicePlan","viewCalendar","viewClientAnalysis","viewClientMap","viewFootPrint","viewOtherFootPrint","viewReimbursementAnalysis","viewApproveAnalysis","viewSchedule","createSchedule","updateSchedule","deleteSchedule","viewSource","createSource","updateSource","deleteSource","distributeSource","viewCalendarMng","createCalendarMng","updateCalendarMng","deleteCalendarMng","viewTask","createTask","updateTask","deleteTask","viewClient","createClient","updateClient","transferClient","updateClientDocument","viewClientContact","createClientContact","updateClientContact","deleteClientContact","viewContactInfo","viewWorkLog","createWorkLog","updateWorkLog","viewProject","viewCase","createCase","updateCase","deleteCase","closeCase","suspendCase","viewTicket","createTicket","updateTicket","deleteTicket","viewSalesOrder","createSalesOrder","updateSalesOrder","viewSalesContract","createSalesContract","updateSalesContract","serviceProgress","viewReimbursement","createReimbursement","updateReimbursement","deleteReimbursement","viewApprove","createApprove","updateApprove","viewDocument","createDocument","updateDocument","viewSupplier","visitSupplier","createSupplier","updateSupplier","viewSupplierContact","createSupplierContact","updateSupplierContact","viewPurchaseContract","createPurchaseContract","updatePurchaseContract","viewProduct","viewService","viewPunch","createPunch","viewOtherPunch","viewRating"]},"web_access_token":"eMTml_7SPa2soMn8MVK5OyrE5RurRc4u"}', '{"code":2000,"result":"","status":1,"msg":[{"name":"success","success":"\u89d2\u8272\u5df2\u88ab\u6210\u529f\u4fee\u6539","error":""}],"mod":0,"ip":"39.156.194.178","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/148.0.0.0 Safari\/537.36"}', FALSE, '2026-06-30 16:09:43', 65664768) RETURNING "id"
16:09:43.5111.1 msyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1000
16:09:43.5140.8 msyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
16:09:43.5160.6 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:09:43.5710.6 msyii\db\Command::querySELECT "u"."id" FROM "a57be577deb434"."tbl_auth_assignments" "aa" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = aa.user_id WHERE ("u"."user_status"='1') AND ("aa"."item_name"='电话销售') GROUP BY "u"."id"
16:09:43.5200.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_auth_items" WHERE "id"='174'
16:09:43.5110.5 msyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
16:09:43.5250.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_auth_items" WHERE ("type"=1) AND ("display_name"='电话销售') AND ("id" != 174)
16:09:43.5230.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_auth_items" WHERE ("type"=1) AND ("display_name"='电话销售') AND ("id" != 174)
16:09:43.5220.4 msyii\db\Command::querySELECT "name" FROM "a57be577deb434"."tbl_auth_items" WHERE "name"='电话销售' LIMIT 2
16:09:43.5230.4 msyii\db\Command::querySELECT "name" FROM "a57be577deb434"."tbl_auth_items" WHERE "display_name"='电话销售' LIMIT 2
16:09:43.5250.4 msyii\db\Command::querySELECT "name" FROM "a57be577deb434"."tbl_auth_items" WHERE "display_name"='电话销售' LIMIT 2
16:09:43.5240.3 msyii\db\Command::querySELECT "name" FROM "a57be577deb434"."tbl_auth_items" WHERE "name"='电话销售' LIMIT 2