All Latest
6a217122c233c: POST https://beta.jinchangxiao.com/vue/task/of-group at 2026-06-04 08:35:46 pm by 111.194.208.14

Performance Profiling

Total processing time: 286 ms; Peak memory: 5.028 MB. Show Profiling Timeline

总计36条数据
TimeDurationCategoryInfo
  
20:35:46.87029.6 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_tasks' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
20:35:47.02229.2 msyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1659) GROUP BY "object_id"
20:35:46.92124.0 msyii\db\Command::querySELECT COUNT(*) FROM (SELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND (s.parent_id is null) AND ("s"."task_group_id"='203') GROUP BY "s"."id" ORDER BY "s"."created_at" DESC) "c"
20:35:46.96222.7 msyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1671, 1670, 1669, 1668, 1667, 1666, 1664, 1658)) GROUP BY "object_id"
20:35:47.05218.6 msyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id"=1659) GROUP BY "object_id"
20:35:46.98518.6 msyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (1671, 1670, 1669, 1668, 1667, 1666, 1664, 1658)) GROUP BY "object_id"
20:35:47.00513.0 msyii\db\Command::querySELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1658) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC
20:35:46.94612.4 msyii\db\Command::querySELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND (s.parent_id is null) AND ("s"."task_group_id"='203') GROUP BY "s"."id" ORDER BY "s"."created_at" DESC LIMIT 20
20:35:46.8607.4 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_tasks' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
20:35:46.8056.4 msyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
20:35:46.8276.2 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
20:35:46.8435.0 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='203'
20:35:47.0751.8 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/task/of-group', '{"task_group_id":"203","Filter":{"name":"created_at","sort":"DESC"},"page":"1"}', '{"code":2000,"result":{"list":[{"id":1671,"task_group_id":203,"title":"tarter","description":"","client_id":"","head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-04 16:49:37","updated_at":"2026-06-04 16:49:37","is_important":0,"complete_description":"","weight":"","tree_path":"1671","progress":0,"start_at":"","end_at":"","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1671,"comment":1},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":false,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1670,"task_group_id":203,"title":"\u6d4b\u8bd5","description":"","client_id":"","head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-04 16:03:58","updated_at":"2026-06-04 16:03:58","is_important":0,"complete_description":"","weight":"","tree_path":"1670","progress":0,"start_at":"","end_at":"","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1670,"comment":1},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":false,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1669,"task_group_id":203,"title":"6","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-04 13:03:14","updated_at":"2026-06-04 13:03:14","is_important":0,"complete_description":"","weight":"","tree_path":"1669","progress":0,"start_at":"","end_at":"","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1668,"task_group_id":203,"title":"5","description":"","client_id":"","head_of":5250,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-04 13:02:56","updated_at":"2026-06-04 13:02:56","is_important":0,"complete_description":"","weight":"","tree_path":"1668","progress":0,"start_at":"","end_at":"","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":5250,"key":5250,"name":"\u8463\u8363","sex":"M","avatar":{"id":157,"user_id":5250,"name":"\/files\/cdn\/a57be577deb434\/avatar\/10f9a0d9-7ea7-3910-9465-6ece76a0dae4.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1668,"comment":1},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":false,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1667,"task_group_id":203,"title":"4","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-04 13:02:36","updated_at":"2026-06-04 13:02:36","is_important":0,"complete_description":"","weight":"","tree_path":"1667","progress":0,"start_at":"2026-06-04 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":"","is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":23,"start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"25\u59294\u5c0f\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":{"time_name":"\u622a\u6b62\u65f6\u95f4","time_display":"2026\u5e7406\u670830\u65e5","description":"\u6b64\u4efb\u52a1\u7684\u7ed3\u675f\u65e5\u671f(2026\u5e7406\u670830\u65e5)\u665a\u4e8e\u9879\u76ee\u7684\u622a\u6b62\u65e5\u671f(2026\u5e7406\u670807\u65e5)\u3002\u8d85\u51fa23\u5929\u3002"},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1666,"task_group_id":203,"title":"\u6d4b\u8bd5","description":"","client_id":"","head_of":1001,"status":1,"target_completed_at":"","completed_at":"2026-06-04 13:00:07","created_by":1001,"created_at":"2026-06-04 12:59:45","updated_at":"2026-06-04 13:00:07","is_important":0,"complete_description":"","weight":"","tree_path":"1666","progress":100,"start_at":"2026-06-04 00:00:00","end_at":"2026-06-07 00:00:00","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1666,"comment":2},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670804\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1664,"task_group_id":203,"title":"\u6492\u5730\u65b9\u662f\u5426","description":"","client_id":"","head_of":1001,"status":1,"target_completed_at":"","completed_at":"2026-06-04 13:01:34","created_by":1001,"created_at":"2026-06-03 22:43:47","updated_at":"2026-06-04 13:01:34","is_important":0,"complete_description":"","weight":0,"tree_path":"1664","progress":100,"start_at":"2026-06-01 00:00:00","end_at":"2026-06-01 00:00:00","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1664,"comment":2},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670804\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1658,"task_group_id":203,"title":"\u6d4b\u8bd5","description":"","client_id":"","head_of":1001,"status":1,"target_completed_at":"","completed_at":"2026-06-04 13:00:47","created_by":1001,"created_at":"2026-06-03 10:45:04","updated_at":"2026-06-04 13:00:47","is_important":0,"complete_description":"","weight":10,"tree_path":"1658","progress":100,"start_at":"2026-06-02 00:00:00","end_at":"2026-06-02 00:00:00","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1658,"comment":2},"unreadComments":{},"parent":"","childCount":{"parent_id":1658,"count":1},"childDoneCount":{"parent_id":1658,"count":1},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670804\u65e5","description":""},"child":[{"id":1659,"task_group_id":203,"title":"\u6d4b\u8bd5","description":"","client_id":"","head_of":1001,"status":1,"target_completed_at":"","completed_at":"2026-06-04 13:00:28","created_by":1001,"created_at":"2026-06-03 10:51:11","updated_at":"2026-06-04 13:00:28","is_important":0,"complete_description":"","weight":0,"tree_path":"1658.1659","progress":100,"start_at":"2026-06-04 00:00:00","end_at":"2026-06-12 00:00:00","parent_id":1658,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":"","headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":563,"task_group_id":203,"user_id":1000},{"id":564,"task_group_id":203,"user_id":5250},{"id":565,"task_group_id":203,"user_id":5016},{"id":561,"task_group_id":203,"user_id":1001},{"id":566,"task_group_id":203,"user_id":5461},{"id":562,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":561,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1659,"comment":2},"unreadComments":{},"parent":{"id":1658,"task_group_id":203,"title":"\u6d4b\u8bd5","description":"","client_id":"","head_of":1001,"status":1,"target_completed_at":"","completed_at":"2026-06-04 13:00:47","created_by":1001,"created_at":"2026-06-03 10:45:04","updated_at":"2026-06-04 13:00:47","is_important":0,"complete_description":"","weight":10,"tree_path":"1658","progress":100,"start_at":"2026-06-02 00:00:00","end_at":"2026-06-02 00:00:00","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":"","child_start_out_value":""},"childCount":{},"childDoneCount":{},"index":2,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":1658,"showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670804\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""}],"can_create":true,"pagenation":{"totalcount":8,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"111.194.208.14","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-04 20:35:47', 272616960) RETURNING "id"
20:35:47.0711.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1658
20:35:46.8041.2 msyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
20:35:46.9600.6 msyii\db\Command::querySELECT "c".* FROM "a57be577deb434"."tbl_task_group_head_of_relationships" "c" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON "u"."id" = "c"."user_id" WHERE "c"."task_group_id"=203 ORDER BY pinyin1 nulls first, namecut1 nulls first, pinyin2 nulls first, namecut2 nulls first, pinyin3 nulls first, namecut3 nulls first, pinyin4 nulls first, namecut4 nulls first
20:35:47.0200.6 msyii\db\Command::querySELECT "c".* FROM "a57be577deb434"."tbl_task_group_head_of_relationships" "c" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON "u"."id" = "c"."user_id" WHERE "c"."task_group_id"=203 ORDER BY pinyin1 nulls first, namecut1 nulls first, pinyin2 nulls first, namecut2 nulls first, pinyin3 nulls first, namecut3 nulls first, pinyin4 nulls first, namecut4 nulls first
20:35:47.0040.4 msyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1671, 1670, 1669, 1668, 1667, 1666, 1664, 1658) GROUP BY "parent_id"
20:35:47.0040.4 msyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1671, 1670, 1669, 1668, 1667, 1666, 1664, 1658)) GROUP BY "parent_id"
20:35:47.0730.3 msyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1659) GROUP BY "parent_id"
20:35:47.0720.3 msyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1659 GROUP BY "parent_id"
20:35:46.9580.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1000, 1001, 5250)
20:35:47.0730.3 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)
20:35:47.0190.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
20:35:47.0190.2 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
20:35:47.0200.2 msyii\db\Command::querySELECT "id", "id" AS "key", "title" AS "name", "project_id", "client_id", "head_of", "status", "target_completed_at", "start_at" FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
20:35:47.0210.2 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)
20:35:47.0220.2 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
20:35:47.0210.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
20:35:46.9590.2 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1000, 1001, 5250))
20:35:46.9590.2 msyii\db\Command::querySELECT "id", "id" AS "key", "title" AS "name", "project_id", "client_id", "head_of", "status", "target_completed_at", "start_at" FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
20:35:46.9610.2 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)
20:35:46.9610.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
20:35:46.9610.2 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
20:35:47.0220.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
20:35:46.9620.1 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4