All Latest
6a44e65e06c28: POST https://beta.jinchangxiao.com/v2/task/list at 2026-07-01 06:05:18 pm by 223.104.41.184

Database Queries

总计143条数据
TimeDurationTypeQuery
  
18:05:18.0331.0 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "access_token"='R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC'

18:05:18.0361.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.0416.9 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;

18:05:18.04810.7 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

18:05:18.0652.5 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_task_groups" "tg" ON s.task_group_id = tg.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (s.parent_id is null) AND ("u"."department_id"='10') AND ("s"."head_of"='1000') GROUP BY "s"."id", "u"."id" ORDER BY "s"."created_at") "c"

18:05:18.0677.4 msSELECTSELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_task_groups" "tg" ON s.task_group_id = tg.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (s.parent_id is null) AND ("u"."department_id"='10') AND ("s"."head_of"='1000') GROUP BY "s"."id", "u"."id" ORDER BY "s"."created_at" LIMIT 10

18:05:18.0750.4 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.0760.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.0770.4 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"=106

18:05:18.0810.4 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=982

18:05:18.0810.8 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018

18:05:18.0822.0 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"=106 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

18:05:18.0853.3 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;

18:05:18.0888.4 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

18:05:18.0970.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.0981.2 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.09947.5 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1358, 1596, 1734)) GROUP BY "object_id"

18:05:18.1480.8 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.1490.8 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.1500.4 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=10

18:05:18.15132.6 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id" IN (1358, 1596, 1734)) GROUP BY "object_id"

18:05:18.1841.0 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1358, 1596, 1734) GROUP BY "parent_id"

18:05:18.1860.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1358, 1596, 1734)) GROUP BY "parent_id"

18:05:18.1905.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 (("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.tree_path is not null)))) AND ("parent_id"=1358) GROUP BY "s"."id" ORDER BY "s"."created_at"

18:05:18.1960.4 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.1970.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.1970.4 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"=106

18:05:18.1980.3 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=982

18:05:18.1980.3 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018

18:05:18.1990.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"=106 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

18:05:18.1990.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.2000.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.2000.5 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.2010.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.2020.3 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=10

18:05:18.20239.9 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1813) GROUP BY "object_id"

18:05:18.24327.6 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id"=1813) GROUP BY "object_id"

18:05:18.2761.9 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1358

18:05:18.2780.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1813 GROUP BY "parent_id"

18:05:18.2800.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1813) GROUP BY "parent_id"

18:05:18.2813.0 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 (("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.tree_path is not null)))) AND ("parent_id"=1813) GROUP BY "s"."id" ORDER BY "s"."created_at"

18:05:18.2840.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.2850.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.2850.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"=106

18:05:18.2860.3 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=982

18:05:18.2860.3 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018

18:05:18.2870.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"=106 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

18:05:18.2880.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.2880.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.2880.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.2890.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.2890.2 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=10

18:05:18.29042.7 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1814) GROUP BY "object_id"

18:05:18.33328.9 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id"=1814) GROUP BY "object_id"

18:05:18.3620.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1813

18:05:18.3630.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1814 GROUP BY "parent_id"

18:05:18.3640.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1814) GROUP BY "parent_id"

18:05:18.3663.0 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 (("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.tree_path is not null)))) AND ("parent_id"=1596) GROUP BY "s"."id" ORDER BY "s"."created_at"

18:05:18.3690.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.3700.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.3700.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"=106

18:05:18.3710.5 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=982

18:05:18.3710.3 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018

18:05:18.3720.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"=106 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

18:05:18.3730.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.3730.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.3730.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.3740.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.3740.2 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=10

18:05:18.37561.6 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1713, 1810, 1811)) GROUP BY "object_id"

18:05:18.43735.1 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id" IN (1713, 1810, 1811)) GROUP BY "object_id"

18:05:18.4720.7 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1596

18:05:18.4740.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1713, 1810, 1811) GROUP BY "parent_id"

18:05:18.4750.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1713, 1810, 1811)) GROUP BY "parent_id"

18:05:18.4763.4 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 (("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.tree_path is not null)))) AND ("parent_id"=1713) GROUP BY "s"."id" ORDER BY "s"."created_at"

18:05:18.4800.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.4800.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.4810.9 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"=106

18:05:18.4820.4 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=982

18:05:18.4830.4 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018

18:05:18.4840.7 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"=106 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

18:05:18.4850.4 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.4850.4 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.4860.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.4860.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.4870.2 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=10

18:05:18.48734.7 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1732, 1800, 1804, 1805, 1806, 1807, 1808, 1809, 1812)) GROUP BY "object_id"

18:05:18.52319.0 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id" IN (1732, 1800, 1804, 1805, 1806, 1807, 1808, 1809, 1812)) GROUP BY "object_id"

18:05:18.5420.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1713

18:05:18.5430.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1732, 1800, 1804, 1805, 1806, 1807, 1808, 1809, 1812) GROUP BY "parent_id"

18:05:18.5440.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1732, 1800, 1804, 1805, 1806, 1807, 1808, 1809, 1812)) GROUP BY "parent_id"

18:05:18.5463.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 (("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.tree_path is not null)))) AND ("parent_id"=1810) GROUP BY "s"."id" ORDER BY "s"."created_at"

18:05:18.5490.4 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.5500.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.5500.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"=106

18:05:18.5510.3 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=982

18:05:18.5510.3 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018

18:05:18.5520.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"=106 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

18:05:18.5530.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.5530.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.5540.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.5540.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.5550.3 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=10

18:05:18.55529.2 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1821) GROUP BY "object_id"

18:05:18.58520.4 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id"=1821) GROUP BY "object_id"

18:05:18.6060.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1810

18:05:18.6070.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1821 GROUP BY "parent_id"

18:05:18.6080.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1821) GROUP BY "parent_id"

18:05:18.6093.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 (("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.tree_path is not null)))) AND ("parent_id"=1734) GROUP BY "s"."id" ORDER BY "s"."created_at"

18:05:18.6130.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.6140.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.6140.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"=106

18:05:18.6150.3 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=982

18:05:18.6150.3 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018

18:05:18.6160.8 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"=106 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

18:05:18.6170.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.6170.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.6180.4 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.6190.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.6190.3 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=10

18:05:18.62031.1 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1785) GROUP BY "object_id"

18:05:18.65118.9 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id"=1785) GROUP BY "object_id"

18:05:18.6710.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1734

18:05:18.6720.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1785 GROUP BY "parent_id"

18:05:18.6730.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1785) GROUP BY "parent_id"

18:05:18.6742.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 (("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.tree_path is not null)))) AND ("parent_id"=1785) GROUP BY "s"."id" ORDER BY "s"."created_at"

18:05:18.6770.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.6780.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.6790.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"=106

18:05:18.6790.3 msSELECTSELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=982

18:05:18.6800.3 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018

18:05:18.6800.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"=106 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

18:05:18.6810.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.6810.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106)

18:05:18.6820.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

18:05:18.6820.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1000)

18:05:18.6830.8 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=10

18:05:18.68431.7 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1803) GROUP BY "object_id"

18:05:18.71618.6 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id"=1803) GROUP BY "object_id"

18:05:18.7350.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1785

18:05:18.7360.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1803 GROUP BY "parent_id"

18:05:18.7370.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1803) GROUP BY "parent_id"

18:05:18.7438.2 msINSERTINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1000, 2, 1160, 'v2/task/list', '{"Filter":{"name":"created_at","sort":"ASC"},"TaskSearch":{"department_id":"10","head_of":"1000","status":"0"},"access_token":"R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC","device_type":"2","posttime":"1782900352","token":"d1bbf4ab29df0f97c9c1760fd9a2acda","version_code":"1160"}', '{"code":200,"data":{"list":[{"id":1358,"task_group_id":106,"title":"CRM \u5de5\u5355\u7ba1\u7406\u4e2d\uff0c\u5173\u5355\u65f6\u9009\u62e9\u5de5\u7a0b\u5e08\u5206\u914d\u5de5\u5206\u6bd4\u4f8b\u7684\u4e0b\u62c9\u5217\u8868\u6539\u6210 200%\uff0c195%\uff0c190%...100%...5%\uff0c0%","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2020-02-26 23:22:51","updated_at":"2026-06-28 20:39:07","is_important":0,"complete_description":null,"weight":0,"tree_path":"1358","progress":0,"start_at":"","end_at":"","parent_id":null,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1358,"comment":1},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":null,"parent":null,"childCount":{"parent_id":1358,"count":1},"childDoneCount":null,"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":[{"id":1813,"task_group_id":106,"title":"ggf","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:41:33","updated_at":"2026-06-28 20:41:33","is_important":0,"complete_description":null,"weight":null,"tree_path":"1358.1813","progress":0,"start_at":"","end_at":"","parent_id":1358,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1358,"task_group_id":106,"title":"CRM \u5de5\u5355\u7ba1\u7406\u4e2d\uff0c\u5173\u5355\u65f6\u9009\u62e9\u5de5\u7a0b\u5e08\u5206\u914d\u5de5\u5206\u6bd4\u4f8b\u7684\u4e0b\u62c9\u5217\u8868\u6539\u6210 200%\uff0c195%\uff0c190%...100%...5%\uff0c0%","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2020-02-26 23:22:51","updated_at":"2026-06-28 20:39:07","is_important":0,"complete_description":null,"weight":0,"tree_path":"1358","progress":0,"start_at":"","end_at":"","parent_id":null,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":{"parent_id":1813,"count":1},"childDoneCount":null,"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":1358,"showTime":[],"child":[{"id":1814,"task_group_id":106,"title":"111","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 21:19:25","updated_at":"2026-06-28 21:19:25","is_important":0,"complete_description":null,"weight":null,"tree_path":"1358.1813.1814","progress":0,"start_at":"","end_at":"","parent_id":1813,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1813,"task_group_id":106,"title":"ggf","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:41:33","updated_at":"2026-06-28 20:41:33","is_important":0,"complete_description":null,"weight":null,"tree_path":"1358.1813","progress":0,"start_at":"","end_at":"","parent_id":1358,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1358,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1596,"task_group_id":106,"title":"\u725b\u725b\u725b \ud83d\udc2e\u65b0\u5efa\u9879\u76ee\u6e05\u5355\uff0c\u770b\u770b\u5f00\u59cb\u7ed3\u675f\u65e5\u671f\u53c2\u6570\u662f\u5426\u6b63\u786e\uff0c\u9879\u76ee\u5185\u5bb9\u6807\u9898\u518d\u957f\u4e00\u70b9\uff0c\u6700\u597d\u80fd\u8d85\u8fc7\u4e09\u884c\u6587\u5b57\u663e\u793a","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-05-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-05-14 15:20:55","updated_at":"2026-06-24 21:46:08","is_important":0,"complete_description":null,"weight":15,"tree_path":"1596","progress":33,"start_at":"2026-05-14 00:00:00","end_at":"2026-05-30 00:00:00","parent_id":null,"is_end_out":false,"is_start_out":false,"is_child_end_out":true,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":2,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1596,"comment":12},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":null,"parent":null,"childCount":{"parent_id":1596,"count":4},"childDoneCount":{"parent_id":1596,"count":1},"index":1,"remain_time":"\u8d85\u65f632\u592919\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\u5e7405\u670830\u65e5","description":"\u6e05\u5355\u622a\u6b62\u65e5:2026\u5e7405\u670830\u65e5|\u6709 2 \u4e2a\u4efb\u52a1\u5b58\u5728\u8d85\u671f\u98ce\u9669"},"child":[{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":{"object_id":1713,"comment":6},"unreadComments":null,"parent":{"id":1596,"task_group_id":106,"title":"\u725b\u725b\u725b \ud83d\udc2e\u65b0\u5efa\u9879\u76ee\u6e05\u5355\uff0c\u770b\u770b\u5f00\u59cb\u7ed3\u675f\u65e5\u671f\u53c2\u6570\u662f\u5426\u6b63\u786e\uff0c\u9879\u76ee\u5185\u5bb9\u6807\u9898\u518d\u957f\u4e00\u70b9\uff0c\u6700\u597d\u80fd\u8d85\u8fc7\u4e09\u884c\u6587\u5b57\u663e\u793a","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-05-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-05-14 15:20:55","updated_at":"2026-06-24 21:46:08","is_important":0,"complete_description":null,"weight":15,"tree_path":"1596","progress":33,"start_at":"2026-05-14 00:00:00","end_at":"2026-05-30 00:00:00","parent_id":null,"is_end_out":false,"is_start_out":false,"is_child_end_out":true,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":2,"child_start_out_value":null},"childCount":{"parent_id":1713,"count":12},"childDoneCount":{"parent_id":1713,"count":3},"index":2,"remain_time":"\u8d85\u65f61\u592919\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":1596,"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\u5e7405\u670830\u65e5)\u3002\u8d85\u51fa31\u5929\u3002"},"child":[{"id":1732,"task_group_id":106,"title":"\u65a4\u65a4\u8ba1\u8f83123","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-26 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-15 10:15:07","updated_at":"2026-06-25 20:36:27","is_important":1,"complete_description":"\u6062\u590d\u6062\u590d","weight":0,"tree_path":"1596.1713.1732","progress":100,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-26 00:00:00","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":{"object_id":1732,"comment":2},"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"index":3,"remain_time":"\u8d85\u65f65\u592919\u5c0f\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u91cd\u8981","status_display":"\u8fdb\u884c\u4e2d","root_id":1596,"showTime":{"time_name":"\u622a\u6b62\u65f6\u95f4","time_display":"2026\u5e7406\u670826\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1800,"task_group_id":106,"title":"\u5f88\u70e6\u5c31\u51cf\u80a5\u51e0\u6b21\u5c31\u653e\u5047","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 18:35:23","updated_at":"2026-06-28 18:35:34","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1713.1800","progress":0,"start_at":"","end_at":"","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1804,"task_group_id":106,"title":"\u4e0d\u62a5\u8b66","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 18:41:50","updated_at":"2026-06-28 18:41:50","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1713.1804","progress":0,"start_at":"","end_at":"","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1805,"task_group_id":106,"title":"\u54c8\u54c8\u54c8","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 18:42:07","updated_at":"2026-06-28 18:42:07","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1713.1805","progress":0,"start_at":"","end_at":"","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1806,"task_group_id":106,"title":"111","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:31:08","updated_at":"2026-06-28 20:31:08","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1713.1806","progress":0,"start_at":"","end_at":"","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1807,"task_group_id":106,"title":"1","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:32:49","updated_at":"2026-06-28 20:32:49","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1713.1807","progress":0,"start_at":"","end_at":"","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1808,"task_group_id":106,"title":"\u5427\u5b9d\u8d1d","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:35:35","updated_at":"2026-06-28 20:35:35","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1713.1808","progress":0,"start_at":"","end_at":"","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1809,"task_group_id":106,"title":"1","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:36:17","updated_at":"2026-06-28 20:36:17","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1713.1809","progress":0,"start_at":"","end_at":"","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1812,"task_group_id":106,"title":"\u8c22\u8c22\u5c0f\u60c5\u8da3","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:41:20","updated_at":"2026-06-28 20:41:20","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1713.1812","progress":0,"start_at":"","end_at":"","parent_id":1713,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1713,"task_group_id":106,"title":"\u51b2\u51b2\u51b2","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-12 15:43:49","updated_at":"2026-06-25 20:57:28","is_important":0,"complete_description":"\u7ed9\u54e5\u54e5","weight":null,"tree_path":"1596.1713","progress":33,"start_at":"2026-06-25 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":31,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1810,"task_group_id":106,"title":"\u541e\u541e\u5410\u5410\u541e\u541e\u5410\u5410","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-29 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:37:19","updated_at":"2026-06-28 21:43:12","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1810","progress":0,"start_at":"2026-06-28 00:00:00","end_at":"2026-06-29 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":true,"is_child_start_out":false,"end_out_value":30,"start_out_value":null,"child_end_out_value":1,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1596,"task_group_id":106,"title":"\u725b\u725b\u725b \ud83d\udc2e\u65b0\u5efa\u9879\u76ee\u6e05\u5355\uff0c\u770b\u770b\u5f00\u59cb\u7ed3\u675f\u65e5\u671f\u53c2\u6570\u662f\u5426\u6b63\u786e\uff0c\u9879\u76ee\u5185\u5bb9\u6807\u9898\u518d\u957f\u4e00\u70b9\uff0c\u6700\u597d\u80fd\u8d85\u8fc7\u4e09\u884c\u6587\u5b57\u663e\u793a","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-05-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-05-14 15:20:55","updated_at":"2026-06-24 21:46:08","is_important":0,"complete_description":null,"weight":15,"tree_path":"1596","progress":33,"start_at":"2026-05-14 00:00:00","end_at":"2026-05-30 00:00:00","parent_id":null,"is_end_out":false,"is_start_out":false,"is_child_end_out":true,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":2,"child_start_out_value":null},"childCount":{"parent_id":1810,"count":1},"childDoneCount":null,"index":2,"remain_time":"\u8d85\u65f62\u592919\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":1596,"showTime":{"time_name":"\u622a\u6b62\u65f6\u95f4","time_display":"2026\u5e7406\u670829\u65e5","description":"\u6e05\u5355\u622a\u6b62\u65e5:2026\u5e7406\u670829\u65e5|\u6709 1 \u4e2a\u4efb\u52a1\u5b58\u5728\u8d85\u671f\u98ce\u9669\r\n\u6b64\u4efb\u52a1\u7684\u7ed3\u675f\u65e5\u671f(2026\u5e7406\u670829\u65e5)\u665a\u4e8e\u9879\u76ee\u7684\u622a\u6b62\u65e5\u671f(2026\u5e7405\u670830\u65e5)\u3002\u8d85\u51fa30\u5929\u3002"},"child":[{"id":1821,"task_group_id":106,"title":"\u51cf\u80a5\u59d0\u59d0","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-28 21:42:09","updated_at":"2026-06-28 21:42:26","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1810.1821","progress":0,"start_at":"2026-06-28 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":1810,"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":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":{"object_id":1821,"comment":1},"unreadComments":null,"parent":{"id":1810,"task_group_id":106,"title":"\u541e\u541e\u5410\u5410\u541e\u541e\u5410\u5410","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-06-29 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:37:19","updated_at":"2026-06-28 21:43:12","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1810","progress":0,"start_at":"2026-06-28 00:00:00","end_at":"2026-06-29 00:00:00","parent_id":1596,"is_end_out":true,"is_start_out":false,"is_child_end_out":true,"is_child_start_out":false,"end_out_value":30,"start_out_value":null,"child_end_out_value":1,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"index":3,"remain_time":"\u8d85\u65f61\u592919\u5c0f\u65f6","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":1596,"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\u670829\u65e5)\u3002\u8d85\u51fa1\u5929\u3002"},"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1811,"task_group_id":106,"title":"\u521a\u521a","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 20:37:53","updated_at":"2026-06-28 20:37:53","is_important":0,"complete_description":null,"weight":null,"tree_path":"1596.1811","progress":0,"start_at":"","end_at":"","parent_id":1596,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1596,"task_group_id":106,"title":"\u725b\u725b\u725b \ud83d\udc2e\u65b0\u5efa\u9879\u76ee\u6e05\u5355\uff0c\u770b\u770b\u5f00\u59cb\u7ed3\u675f\u65e5\u671f\u53c2\u6570\u662f\u5426\u6b63\u786e\uff0c\u9879\u76ee\u5185\u5bb9\u6807\u9898\u518d\u957f\u4e00\u70b9\uff0c\u6700\u597d\u80fd\u8d85\u8fc7\u4e09\u884c\u6587\u5b57\u663e\u793a","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-05-30 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-05-14 15:20:55","updated_at":"2026-06-24 21:46:08","is_important":0,"complete_description":null,"weight":15,"tree_path":"1596","progress":33,"start_at":"2026-05-14 00:00:00","end_at":"2026-05-30 00:00:00","parent_id":null,"is_end_out":false,"is_start_out":false,"is_child_end_out":true,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":2,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1596,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1734,"task_group_id":106,"title":"\u8273\u9633\u9ad8\u7167","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-07-12 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-15 17:18:12","updated_at":"2026-06-25 10:14:39","is_important":0,"complete_description":null,"weight":0,"tree_path":"1734","progress":25,"start_at":"2026-06-25 00:00:00","end_at":"2026-07-12 00:00:00","parent_id":null,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1734,"comment":1},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":null,"parent":null,"childCount":{"parent_id":1734,"count":2},"childDoneCount":{"parent_id":1734,"count":1},"index":1,"remain_time":"10\u59296\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\u5e7407\u670812\u65e5","description":""},"child":[{"id":1785,"task_group_id":106,"title":"\u65b0\u5efa\u5b50\u4efb\u52a1","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 10:26:20","updated_at":"2026-06-28 10:26:20","is_important":0,"complete_description":null,"weight":null,"tree_path":"1734.1785","progress":50,"start_at":"","end_at":"","parent_id":1734,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1734,"task_group_id":106,"title":"\u8273\u9633\u9ad8\u7167","description":"","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2026-07-12 00:00:00","completed_at":"","created_by":1000,"created_at":"2026-06-15 17:18:12","updated_at":"2026-06-25 10:14:39","is_important":0,"complete_description":null,"weight":0,"tree_path":"1734","progress":25,"start_at":"2026-06-25 00:00:00","end_at":"2026-07-12 00:00:00","parent_id":null,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":{"parent_id":1785,"count":2},"childDoneCount":{"parent_id":1785,"count":1},"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":1734,"showTime":[],"child":[{"id":1803,"task_group_id":106,"title":"998","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 18:40:05","updated_at":"2026-06-28 18:40:05","is_important":0,"complete_description":null,"weight":null,"tree_path":"1734.1785.1803","progress":0,"start_at":"","end_at":"","parent_id":1785,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"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":106,"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1","project_id":1018,"client_id":982,"head_of":1000,"status":0,"target_completed_at":"2027-03-01 00:00:00","start_at":"2020-02-10 00:00:00","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","sales_rep":1001,"logo":null},"project":{"id":1018,"key":1018,"name":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848"},"taskGroupHeadOfRelationships":[{"id":622,"task_group_id":106,"user_id":1000},{"id":623,"task_group_id":106,"user_id":5250},{"id":624,"task_group_id":106,"user_id":5461},{"id":625,"task_group_id":106,"user_id":5064}],"isHeadOf":{"id":622,"task_group_id":106,"user_id":1000},"isMember":{"id":2649,"task_group_id":106,"user_id":1000},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"commentCount":null,"unreadComments":null,"parent":{"id":1785,"task_group_id":106,"title":"\u65b0\u5efa\u5b50\u4efb\u52a1","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 10:26:20","updated_at":"2026-06-28 10:26:20","is_important":0,"complete_description":null,"weight":null,"tree_path":"1734.1785","progress":50,"start_at":"","end_at":"","parent_id":1734,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":null,"childDoneCount":null,"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":1734,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""}],"pagenation":{"totalcount":3,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"ip":"223.104.41.184","ua":"jinchangxiao\/2.3.157 (iPhone 12; iOS 26.5; Scale\/3.00)"}', FALSE, '2026-07-01 18:05:18', 713102080) RETURNING "id"