All Latest
6944c5d7045e1: POST https://beta.jinchangxiao.com/vue/task/list at 2025-12-19 11:26:15 am by 221.216.117.150

Database Queries

总计36条数据
TimeDurationTypeQuery
  
11:26:15.0242.8 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "id"=1001

11:26:15.0302.2 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

11:26:15.0417.4 msSELECTSELECT 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 ("s"."status"='0') AND (("s"."head_of"='1001')) 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"."status"='0') AND (("s"."head_of"='1001')) AND (s.tree_path is not null)))) AND (s.parent_id is null) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC) "c"

11:26:15.04814.2 msSELECTSELECT 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 ("s"."status"='0') AND (("s"."head_of"='1001')) 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"."status"='0') AND (("s"."head_of"='1001')) AND (s.tree_path is not null)))) AND (s.parent_id is null) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC LIMIT 20

11:26:15.0630.4 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

11:26:15.0641.0 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

11:26:15.0651.8 msSELECTSELECT "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" IN (199, 197, 187)

11:26:15.0680.5 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (1956, 3364)

11:26:15.0693.0 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id" IN (1972, 3857)

11:26:15.0732.3 msSELECTSELECT "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" IN (187, 199, 197) 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

11:26:15.07610.1 msSELECTSELECT 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_task_group_head_of_relationships' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;

11:26:15.08612.9 msSELECTselect 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_task_group_head_of_relationships' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum

11:26:15.1030.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id" IN (187, 199, 197))

11:26:15.1050.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

11:26:15.1060.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

11:26:15.1060.5 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4

11:26:15.10726.9 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1600, 1598, 1592, 1591, 1583, 1537, 1536, 1535)) GROUP BY "object_id"

11:26:15.13423.4 msSELECTSELECT "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 (1600, 1598, 1592, 1591, 1583, 1537, 1536, 1535)) GROUP BY "object_id"

11:26:15.1580.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1600, 1598, 1592, 1591, 1583, 1537, 1536, 1535) GROUP BY "parent_id"

11:26:15.1591.3 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1600, 1598, 1592, 1591, 1583, 1537, 1536, 1535)) GROUP BY "parent_id"

11:26:15.1612.8 msSELECTSELECT 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 ("s"."status"='0') AND (("s"."head_of"='1001')) 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"."status"='0') AND (("s"."head_of"='1001')) AND (s.tree_path is not null)))) AND ("parent_id"=1600) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

11:26:15.1640.9 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

11:26:15.1650.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

11:26:15.1660.3 msSELECTSELECT "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"=199

11:26:15.1660.6 msSELECTSELECT "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"=199 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

11:26:15.1670.2 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=199)

11:26:15.1680.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

11:26:15.1690.2 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

11:26:15.1690.2 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4

11:26:15.16925.8 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1601) GROUP BY "object_id"

11:26:15.19528.5 msSELECTSELECT "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"=1601) GROUP BY "object_id"

11:26:15.2240.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1600

11:26:15.2250.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1601 GROUP BY "parent_id"

11:26:15.2260.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1601) GROUP BY "parent_id"

11:26:15.2273.1 msSELECTSELECT 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 ("s"."status"='0') AND (("s"."head_of"='1001')) 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"."status"='0') AND (("s"."head_of"='1001')) AND (s.tree_path is not null)))) AND ("parent_id"=1592) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

11:26:15.2334.6 msINSERTINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/task/list', '{"TaskSearch":{"head_of":["1001"],"status":"0","d_id":"4"},"Filter":{"name":"created_at","sort":"DESC"},"page":"1"}', '{"code":2000,"result":{"list":[{"id":1600,"task_group_id":199,"title":"\u6e05\u535517\u53f7\u5f53\u5929\u903e\u671f\u63d0\u9192","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2025-12-16 00:00:00","completed_at":"","created_by":1001,"created_at":"2025-12-17 15:15:16","updated_at":"2025-12-17 15:58:33","is_important":0,"complete_description":"","weight":0,"tree_path":"1600","progress":50,"start_at":"2025-12-16 00:00:00","end_at":"2025-12-17 00:00:00","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":true,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":1,"child_start_out_value":"","headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":199,"key":199,"name":"\u9879\u76ee\u5f53\u592917\u53f7\u903e\u671f\u6d4b\u8bd5","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2025-12-17 15:00:00","start_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":564,"task_group_id":199,"user_id":1000},{"id":561,"task_group_id":199,"user_id":5250},{"id":562,"task_group_id":199,"user_id":5016},{"id":560,"task_group_id":199,"user_id":1001},{"id":563,"task_group_id":199,"user_id":5064}],"isHeadOf":{"id":560,"task_group_id":199,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1600,"comment":11},"unreadComments":{},"parent":"","childCount":{"parent_id":1600,"count":2},"childDoneCount":{"parent_id":1600,"count":1},"index":1,"remain_time":"\u8d85\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":"2025\u5e7412\u670817\u65e5","description":"\u6e05\u5355\u622a\u6b62\u65e5:2025\u5e7412\u670817\u65e5|\u6709 1 \u4e2a\u4efb\u52a1\u5b58\u5728\u8d85\u671f\u98ce\u9669"},"child":[{"id":1601,"task_group_id":199,"title":"\u5b50\u4efb\u52a118\u53f7\u5c06\u8981\u903e\u671f\u63d0\u9192","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2025-12-16 00:00:00","completed_at":"","created_by":1001,"created_at":"2025-12-17 15:15:43","updated_at":"2025-12-17 15:58:11","is_important":0,"complete_description":"","weight":0,"tree_path":"1600.1601","progress":0,"start_at":"2025-12-17 00:00:00","end_at":"2025-12-18 00:00:00","parent_id":1600,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":1,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":199,"key":199,"name":"\u9879\u76ee\u5f53\u592917\u53f7\u903e\u671f\u6d4b\u8bd5","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2025-12-17 15:00:00","start_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":564,"task_group_id":199,"user_id":1000},{"id":561,"task_group_id":199,"user_id":5250},{"id":562,"task_group_id":199,"user_id":5016},{"id":560,"task_group_id":199,"user_id":1001},{"id":563,"task_group_id":199,"user_id":5064}],"isHeadOf":{"id":560,"task_group_id":199,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1601,"comment":7},"unreadComments":{},"parent":{"id":1600,"task_group_id":199,"title":"\u6e05\u535517\u53f7\u5f53\u5929\u903e\u671f\u63d0\u9192","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2025-12-16 00:00:00","completed_at":"","created_by":1001,"created_at":"2025-12-17 15:15:16","updated_at":"2025-12-17 15:58:33","is_important":0,"complete_description":"","weight":0,"tree_path":"1600","progress":50,"start_at":"2025-12-16 00:00:00","end_at":"2025-12-17 00:00:00","parent_id":"","is_end_out":false,"is_start_out":false,"is_child_end_out":true,"is_child_start_out":false,"end_out_value":"","start_out_value":"","child_end_out_value":1,"child_start_out_value":""},"childCount":{},"childDoneCount":{},"index":2,"remain_time":"\u8d85\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":1600,"showTime":{"time_name":"\u622a\u6b62\u65f6\u95f4","time_display":"2025\u5e7412\u670818\u65e5","description":"\u6b64\u4efb\u52a1\u7684\u7ed3\u675f\u65e5\u671f(2025\u5e7412\u670818\u65e5)\u665a\u4e8e\u9879\u76ee\u7684\u622a\u6b62\u65e5\u671f(2025\u5e7412\u670817\u65e5)\u3002\u8d85\u51fa1\u5929\u3002"},"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1598,"task_group_id":199,"title":"\u6e05\u535518\u53f7\u660e\u5929\u903e\u671f\u63d0\u9192","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2025-12-16 00:00:00","completed_at":"","created_by":1001,"created_at":"2025-12-17 15:14:33","updated_at":"2025-12-17 15:59:10","is_important":0,"complete_description":"","weight":1,"tree_path":"1598","progress":0,"start_at":"2025-12-16 00:00:00","end_at":"2025-12-18 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":0,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":199,"key":199,"name":"\u9879\u76ee\u5f53\u592917\u53f7\u903e\u671f\u6d4b\u8bd5","project_id":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2025-12-17 15:00:00","start_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":564,"task_group_id":199,"user_id":1000},{"id":561,"task_group_id":199,"user_id":5250},{"id":562,"task_group_id":199,"user_id":5016},{"id":560,"task_group_id":199,"user_id":1001},{"id":563,"task_group_id":199,"user_id":5064}],"isHeadOf":{"id":560,"task_group_id":199,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1598,"comment":7},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"\u8d85\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":"2025\u5e7412\u670818\u65e5","description":"\u6b64\u4efb\u52a1\u7684\u7ed3\u675f\u65e5\u671f(2025\u5e7412\u670818\u65e5)\u665a\u4e8e\u9879\u76ee\u7684\u622a\u6b62\u65e5\u671f(2025\u5e7412\u670817\u65e5)\u3002\u8d85\u51fa0\u5929\u3002"},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1592,"task_group_id":197,"title":"\u6ca1\u6709\u8d77\u6b62\u65f6\u95f4\u6821\u9a8c\u6709\u6ca1\u6709\u63d0\u9192\u6807\u7b7e","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2025-12-17 12:07:55","updated_at":"2025-12-17 14:34:50","is_important":1,"complete_description":"\u597d\u9ad8\u7ea7\u554a\u597d\u9ad8\u7ea7\u554a\u54c8\u6839\u8fbe\u65af\u5c31\u4f1a\u611f\u6168\u7684\u662f\u6839\u636e\u5ba2\u6237\u56fd\u9645\u5ba2\u670d\u97e9\u56fd\u5c3d\u5feb\u6062\u590d\u5230\u5065\u5eb7\u66f4\u597d\u7684\u514b\u5df1\u5949\u516c\u9ed1u\u8089\u4f53\u54e6\u66f4\u6362\u53d1\u52a8\u673a\u53ef\u66f4\u6362\u624b\u673a\u6253\u5f00\u7b26\u5408\u56fd\u9645\u7a7a\u624b\u9053\u7b26\u5408\u56fd\u9645\u6cd5\u7684\u751f\u6d3b\u66f4\u5065\u5eb7\u7684\u65b9\u5f0f\u7ed9\u9759\u9759\u8bf4\u7684\u5496\u5561\u9986\u548c\u5065\u5eb7\u7684\u65b9\u5f0f","weight":60,"tree_path":"1592","progress":100,"start_at":"2025-12-02 00:00:00","end_at":"2025-12-03 00:00:00","parent_id":"","is_end_out":false,"is_start_out":true,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":"","start_out_value":13,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":197,"key":197,"name":"\u903e\u671f\u6807\u7b7e\u663e\u793a\u95ee\u9898","project_id":3857,"client_id":3364,"head_of":1001,"status":0,"target_completed_at":"2025-12-16 00:00:00","start_at":"2025-12-15 00:00:00","client":{"id":3364,"key":3364,"name":"\u5317\u4eac\u6781\u901a\u4e16\u7eaa\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","sales_rep":1001,"logo":""},"project":{"id":3857,"key":3857,"name":"PA1410 \u4e09\u5e74\u670d\u52a13\u53f0\u8bbe\u5907\u91c7\u8d2d\u9879\u76ee"},"taskGroupHeadOfRelationships":[{"id":543,"task_group_id":197,"user_id":1001}],"isHeadOf":{"id":543,"task_group_id":197,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1592,"comment":1},"unreadComments":{},"parent":"","childCount":{"parent_id":1592,"count":1},"childDoneCount":{"parent_id":1592,"count":1},"index":1,"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u91cd\u8981","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":{"time_name":"\u622a\u6b62\u65f6\u95f4","time_display":"2025\u5e7412\u670803\u65e5","description":"\u6b64\u4efb\u52a1\u7684\u5f00\u59cb\u65e5\u671f(2025\u5e7412\u670802\u65e5)\u65e9\u4e8e\u9879\u76ee\u7684\u5f00\u59cb\u65e5\u671f(2025\u5e7412\u670815\u65e5)\u3002\u8d85\u51fa13\u5929\u3002"},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1591,"task_group_id":197,"title":"434","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2025-12-16 11:46:36","updated_at":"2025-12-17 13:21:48","is_important":0,"complete_description":"","weight":0,"tree_path":"1591","progress":0,"start_at":"2025-12-17 00:00:00","end_at":"2025-12-19 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":3,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":197,"key":197,"name":"\u903e\u671f\u6807\u7b7e\u663e\u793a\u95ee\u9898","project_id":3857,"client_id":3364,"head_of":1001,"status":0,"target_completed_at":"2025-12-16 00:00:00","start_at":"2025-12-15 00:00:00","client":{"id":3364,"key":3364,"name":"\u5317\u4eac\u6781\u901a\u4e16\u7eaa\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","sales_rep":1001,"logo":""},"project":{"id":3857,"key":3857,"name":"PA1410 \u4e09\u5e74\u670d\u52a13\u53f0\u8bbe\u5907\u91c7\u8d2d\u9879\u76ee"},"taskGroupHeadOfRelationships":[{"id":543,"task_group_id":197,"user_id":1001}],"isHeadOf":{"id":543,"task_group_id":197,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"\u8d85\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":"2025\u5e7412\u670819\u65e5","description":"\u6b64\u4efb\u52a1\u7684\u7ed3\u675f\u65e5\u671f(2025\u5e7412\u670819\u65e5)\u665a\u4e8e\u9879\u76ee\u7684\u622a\u6b62\u65e5\u671f(2025\u5e7412\u670816\u65e5)\u3002\u8d85\u51fa3\u5929\u3002"},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1583,"task_group_id":197,"title":"\u903e\u671f\u6807\u7b7e\u663e\u793a\u95ee\u9898","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2025-12-15 17:02:08","updated_at":"2025-12-17 13:22:51","is_important":0,"complete_description":"","weight":0,"tree_path":"1583","progress":0,"start_at":"2025-12-17 00:00:00","end_at":"2025-12-19 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":3,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":197,"key":197,"name":"\u903e\u671f\u6807\u7b7e\u663e\u793a\u95ee\u9898","project_id":3857,"client_id":3364,"head_of":1001,"status":0,"target_completed_at":"2025-12-16 00:00:00","start_at":"2025-12-15 00:00:00","client":{"id":3364,"key":3364,"name":"\u5317\u4eac\u6781\u901a\u4e16\u7eaa\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","sales_rep":1001,"logo":""},"project":{"id":3857,"key":3857,"name":"PA1410 \u4e09\u5e74\u670d\u52a13\u53f0\u8bbe\u5907\u91c7\u8d2d\u9879\u76ee"},"taskGroupHeadOfRelationships":[{"id":543,"task_group_id":197,"user_id":1001}],"isHeadOf":{"id":543,"task_group_id":197,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"\u8d85\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":"2025\u5e7412\u670819\u65e5","description":"\u6b64\u4efb\u52a1\u7684\u7ed3\u675f\u65e5\u671f(2025\u5e7412\u670819\u65e5)\u665a\u4e8e\u9879\u76ee\u7684\u622a\u6b62\u65e5\u671f(2025\u5e7412\u670816\u65e5)\u3002\u8d85\u51fa3\u5929\u3002"},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1537,"task_group_id":187,"title":"\u6295\u6807\u4fdd\u8bc1\u91d1\u7f34\u7eb3","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2024-05-16 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:58:29","updated_at":"2024-05-10 13:58:29","is_important":0,"complete_description":"","weight":0,"tree_path":"1537","progress":0,"start_at":"2024-05-10 00:00:00","end_at":"2024-05-16 00:00:00","parent_id":"","is_end_out":"","is_start_out":"","is_child_end_out":"","is_child_start_out":"","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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","start_at":"","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"\u8d85\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":"2024\u5e7405\u670816\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1536,"task_group_id":187,"title":"\u5236\u4f5c\u6807\u4e66","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2024-05-23 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:57:46","updated_at":"2024-05-10 13:57:58","is_important":0,"complete_description":"","weight":0,"tree_path":"1536","progress":0,"start_at":"2024-05-10 00:00:00","end_at":"2024-05-23 00:00:00","parent_id":"","is_end_out":"","is_start_out":"","is_child_end_out":"","is_child_start_out":"","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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","start_at":"","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"\u8d85\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":"2024\u5e7405\u670823\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1535,"task_group_id":187,"title":"\u8d2d\u4e70\u6807\u4e66","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2024-05-11 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:57:33","updated_at":"2024-05-10 13:57:33","is_important":0,"complete_description":"","weight":0,"tree_path":"1535","progress":0,"start_at":"2024-05-10 00:00:00","end_at":"2024-05-11 00:00:00","parent_id":"","is_end_out":"","is_start_out":"","is_child_end_out":"","is_child_start_out":"","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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","start_at":"","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1535,"comment":3},"unreadComments":{},"parent":"","childCount":{},"childDoneCount":{},"index":1,"remain_time":"\u8d85\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":"2024\u5e7405\u670811\u65e5","description":""},"child":[],"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":"221.216.117.150","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/143.0.0.0 Safari\/537.36"}', FALSE, '2025-12-19 11:26:15') RETURNING "id"