All Latest
6a2ea80261e1a: POST https://beta.jinchangxiao.com/vue/task/list at 2026-06-14 09:09:22 pm by 111.194.208.14

Database Queries

总计55条数据
TimeDurationTypeQuery
  
21:09:22.41718.0 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "id"=1001

21:09:22.4595.2 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

21:09:22.4713.8 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_tasks' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;

21:09:22.47520.2 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_tasks' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum

21:09:22.5009.7 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"."status", "s"."end_at", "s"."created_at" DESC) "c"

21:09:22.5101.9 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"."status", "s"."end_at", "s"."created_at" DESC LIMIT 20

21:09:22.5130.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

21:09:22.5130.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

21:09:22.5142.1 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 (187, 203)

21:09:22.5191.9 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=1956

21:09:22.5212.6 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1972

21:09:22.5242.5 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, 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

21:09:22.5272.6 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;

21:09:22.52915.0 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

21:09:22.5450.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id" IN (187, 203))

21:09:22.5451.8 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1001) AND ("task_group_id" IN (187, 203))

21:09:22.5470.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

21:09:22.5480.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

21:09:22.5490.2 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4

21:09:22.54933.1 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1535, 1667)) GROUP BY "object_id"

21:09:22.58231.7 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 (1535, 1667)) GROUP BY "object_id"

21:09:22.6140.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1535, 1667) GROUP BY "parent_id"

21:09:22.6150.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1535, 1667)) GROUP BY "parent_id"

21:09:22.6171.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"=1535) GROUP BY "s"."id" ORDER BY "s"."status", "s"."target_completed_at", "s"."created_at" DESC

21:09:22.6201.7 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"=1667) GROUP BY "s"."id" ORDER BY "s"."status", "s"."target_completed_at", "s"."created_at" DESC

21:09:22.6220.4 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

21:09:22.6220.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

21:09:22.6230.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"=203

21:09:22.6230.5 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"=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

21:09:22.6240.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)

21:09:22.6250.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)

21:09:22.6250.2 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

21:09:22.6260.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

21:09:22.6260.2 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4

21:09:22.62641.8 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1675, 1674)) GROUP BY "object_id"

21:09:22.66931.8 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 (1675, 1674)) GROUP BY "object_id"

21:09:22.7010.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1667

21:09:22.7010.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1675, 1674) GROUP BY "parent_id"

21:09:22.7020.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1675, 1674)) GROUP BY "parent_id"

21:09:22.7041.9 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"=1675) GROUP BY "s"."id" ORDER BY "s"."status", "s"."target_completed_at", "s"."created_at" DESC

21:09:22.7060.6 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

21:09:22.7070.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

21:09:22.7070.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"=203

21:09:22.7080.5 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"=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

21:09:22.7080.2 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)

21:09:22.7090.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)

21:09:22.7090.2 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

21:09:22.7100.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

21:09:22.7100.2 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4

21:09:22.71042.9 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1679, 1678, 1676)) GROUP BY "object_id"

21:09:22.75435.6 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 (1679, 1678, 1676)) GROUP BY "object_id"

21:09:22.7900.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1675

21:09:22.7900.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1679, 1678, 1676) GROUP BY "parent_id"

21:09:22.7910.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1679, 1678, 1676)) GROUP BY "parent_id"

21:09:22.79425.8 msINSERTINSERT 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/list', '{"TaskSearch":{"head_of":["1001"],"status":"0","d_id":"4"},"Filter":{"name":"end_at","sort":"ASC"},"page":"1"}', '{"code":2000,"result":{"list":[{"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":"2026-04-02 17:07:53","is_important":0,"complete_description":"","weight":55,"tree_path":"1535","progress":55,"start_at":"2024-05-10 00:00:00","end_at":"2024-05-11 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":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":"","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},"isMember":{"id":2508,"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\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1535,"comment":3},"unreadComments":{},"parent":"","childCount":{"parent_id":1535,"count":1},"childDoneCount":{},"index":1,"remain_time":"\u8d85\u65f6764\u592922\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":"2024\u5e7405\u670811\u65e5","description":""},"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":578,"task_group_id":203,"user_id":1000},{"id":573,"task_group_id":203,"user_id":5250},{"id":574,"task_group_id":203,"user_id":5016},{"id":575,"task_group_id":203,"user_id":1001},{"id":576,"task_group_id":203,"user_id":5461},{"id":577,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":575,"task_group_id":203,"user_id":1001},"isMember":{"id":2586,"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":{"parent_id":1667,"count":2},"childDoneCount":{},"index":1,"remain_time":"15\u59293\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":[{"id":1675,"task_group_id":203,"title":"\u4eba\u4e0e\u4eba\u8ba8\u538c","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:41","updated_at":"2026-06-05 09:40:41","is_important":0,"complete_description":"","weight":"","tree_path":"1667.1675","progress":0,"start_at":"","end_at":"","parent_id":1667,"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":578,"task_group_id":203,"user_id":1000},{"id":573,"task_group_id":203,"user_id":5250},{"id":574,"task_group_id":203,"user_id":5016},{"id":575,"task_group_id":203,"user_id":1001},{"id":576,"task_group_id":203,"user_id":5461},{"id":577,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":575,"task_group_id":203,"user_id":1001},"isMember":{"id":2586,"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":{"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":""},"childCount":{"parent_id":1675,"count":4},"childDoneCount":{},"index":2,"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":1667,"showTime":[],"child":[{"id":1679,"task_group_id":203,"title":"5345","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:42:20","updated_at":"2026-06-05 09:42:20","is_important":0,"complete_description":"","weight":"","tree_path":"1667.1675.1679","progress":0,"start_at":"","end_at":"","parent_id":1675,"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":578,"task_group_id":203,"user_id":1000},{"id":573,"task_group_id":203,"user_id":5250},{"id":574,"task_group_id":203,"user_id":5016},{"id":575,"task_group_id":203,"user_id":1001},{"id":576,"task_group_id":203,"user_id":5461},{"id":577,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":575,"task_group_id":203,"user_id":1001},"isMember":{"id":2586,"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":{"id":1675,"task_group_id":203,"title":"\u4eba\u4e0e\u4eba\u8ba8\u538c","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:41","updated_at":"2026-06-05 09:40:41","is_important":0,"complete_description":"","weight":"","tree_path":"1667.1675","progress":0,"start_at":"","end_at":"","parent_id":1667,"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":3,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":1667,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1678,"task_group_id":203,"title":"35345","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:41:19","updated_at":"2026-06-05 09:41:19","is_important":0,"complete_description":"","weight":"","tree_path":"1667.1675.1678","progress":0,"start_at":"","end_at":"","parent_id":1675,"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":578,"task_group_id":203,"user_id":1000},{"id":573,"task_group_id":203,"user_id":5250},{"id":574,"task_group_id":203,"user_id":5016},{"id":575,"task_group_id":203,"user_id":1001},{"id":576,"task_group_id":203,"user_id":5461},{"id":577,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":575,"task_group_id":203,"user_id":1001},"isMember":{"id":2586,"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":{"id":1675,"task_group_id":203,"title":"\u4eba\u4e0e\u4eba\u8ba8\u538c","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:41","updated_at":"2026-06-05 09:40:41","is_important":0,"complete_description":"","weight":"","tree_path":"1667.1675","progress":0,"start_at":"","end_at":"","parent_id":1667,"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":3,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":1667,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1676,"task_group_id":203,"title":"534534","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:41:00","updated_at":"2026-06-05 09:41:00","is_important":0,"complete_description":"","weight":"","tree_path":"1667.1675.1676","progress":0,"start_at":"","end_at":"","parent_id":1675,"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":578,"task_group_id":203,"user_id":1000},{"id":573,"task_group_id":203,"user_id":5250},{"id":574,"task_group_id":203,"user_id":5016},{"id":575,"task_group_id":203,"user_id":1001},{"id":576,"task_group_id":203,"user_id":5461},{"id":577,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":575,"task_group_id":203,"user_id":1001},"isMember":{"id":2586,"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":{"id":1675,"task_group_id":203,"title":"\u4eba\u4e0e\u4eba\u8ba8\u538c","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:41","updated_at":"2026-06-05 09:40:41","is_important":0,"complete_description":"","weight":"","tree_path":"1667.1675","progress":0,"start_at":"","end_at":"","parent_id":1667,"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":3,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":1667,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1674,"task_group_id":203,"title":"\u6d4b\u8bd5","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:31","updated_at":"2026-06-05 09:40:31","is_important":0,"complete_description":"","weight":"","tree_path":"1667.1674","progress":0,"start_at":"","end_at":"","parent_id":1667,"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":578,"task_group_id":203,"user_id":1000},{"id":573,"task_group_id":203,"user_id":5250},{"id":574,"task_group_id":203,"user_id":5016},{"id":575,"task_group_id":203,"user_id":1001},{"id":576,"task_group_id":203,"user_id":5461},{"id":577,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":575,"task_group_id":203,"user_id":1001},"isMember":{"id":2586,"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":{"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":""},"childCount":{},"childDoneCount":{},"index":2,"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":1667,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""}],"can_create":true,"pagenation":{"totalcount":2,"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\/149.0.0.0 Safari\/537.36"}', FALSE, '2026-06-14 21:09:22', 382608128) RETURNING "id"