Database Queries

总计173条数据
TimeDurationTypeQuery
  
22:05:19.8751.0 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "access_token"='wXfR6UQn7fW_MTEa9o-7H8Ixg0fJU0Zm'

22:05:19.8770.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

22:05:19.8832.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.parent_id is null) AND ("u"."department_id"='10') GROUP BY "s"."id", "u"."id" ORDER BY "s"."created_at" DESC) "c"

22:05:19.8862.9 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.parent_id is null) AND ("u"."department_id"='10') GROUP BY "s"."id", "u"."id" ORDER BY "s"."created_at" DESC LIMIT 10

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

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

22:05:19.8910.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

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

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

22:05:19.8930.5 msSELECTSELECT "c".* FROM "a57be577deb434"."tbl_task_group_head_of_relationships" "c" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON "u"."id" = "c"."user_id" WHERE "c"."task_group_id"=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

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

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

22:05:19.89533.5 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1830, 1824, 1823, 1772, 1754, 1751, 1746, 1735, 1734, 1697)) GROUP BY "object_id"

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

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

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

22:05:19.93119.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" IN (1830, 1824, 1823, 1772, 1754, 1751, 1746, 1735, 1734, 1697)) GROUP BY "object_id"

22:05:19.9510.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1830, 1824, 1823, 1772, 1754, 1751, 1746, 1735, 1734, 1697) GROUP BY "parent_id"

22:05:19.9520.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1830, 1824, 1823, 1772, 1754, 1751, 1746, 1735, 1734, 1697)) GROUP BY "parent_id"

22:05:19.95616.8 msSELECTSELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1830) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:19.9760.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

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

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

22:05:19.9770.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

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

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

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

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

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

22:05:19.98039.9 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1844) GROUP BY "object_id"

22:05:20.02133.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"=1844) GROUP BY "object_id"

22:05:20.0540.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1830

22:05:20.0550.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1844 GROUP BY "parent_id"

22:05:20.0560.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1844) GROUP BY "parent_id"

22:05:20.05717.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 (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1844) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:20.0760.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

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

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

22:05:20.0780.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

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

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

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

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

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

22:05:20.08145.0 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1845) GROUP BY "object_id"

22:05:20.12634.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"=1845) GROUP BY "object_id"

22:05:20.1610.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1844

22:05:20.1620.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1845 GROUP BY "parent_id"

22:05:20.1630.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1845) GROUP BY "parent_id"

22:05:20.16417.3 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 (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1824) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:20.1830.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

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

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

22:05:20.1850.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

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

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

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

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

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

22:05:20.18852.5 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1825) GROUP BY "object_id"

22:05:20.24134.2 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"=1825) GROUP BY "object_id"

22:05:20.2760.7 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1824

22:05:20.2770.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1825 GROUP BY "parent_id"

22:05:20.2780.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1825) GROUP BY "parent_id"

22:05:20.27916.6 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 (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1754) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:20.2970.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

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

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

22:05:20.2990.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

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

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

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

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

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

22:05:20.30229.1 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1755) GROUP BY "object_id"

22:05:20.33118.8 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"=1755) GROUP BY "object_id"

22:05:20.3510.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1754

22:05:20.3520.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1755 GROUP BY "parent_id"

22:05:20.3530.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1755) GROUP BY "parent_id"

22:05:20.35417.7 msSELECTSELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1755) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:20.3740.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

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

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

22:05:20.3750.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

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

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

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

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

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

22:05:20.38447.8 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1757, 1756)) GROUP BY "object_id"

22:05:20.43225.5 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 (1757, 1756)) GROUP BY "object_id"

22:05:20.4594.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1755

22:05:20.4641.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1757, 1756) GROUP BY "parent_id"

22:05:20.4671.5 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1757, 1756)) GROUP BY "parent_id"

22:05:20.46919.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 (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1751) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:20.4900.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

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

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

22:05:20.4920.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

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

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

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

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

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

22:05:20.49637.2 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1752) GROUP BY "object_id"

22:05:20.53330.5 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"=1752) GROUP BY "object_id"

22:05:20.5640.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1751

22:05:20.5650.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1752 GROUP BY "parent_id"

22:05:20.5660.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1752) GROUP BY "parent_id"

22:05:20.56818.7 msSELECTSELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1734) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:20.5880.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

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

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

22:05:20.5900.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

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

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

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

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

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

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

22:05:20.62518.8 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 (1785, 1782)) GROUP BY "object_id"

22:05:20.6440.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1734

22:05:20.6450.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1785, 1782) GROUP BY "parent_id"

22:05:20.6460.6 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1785, 1782)) GROUP BY "parent_id"

22:05:20.64817.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 (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1785) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:20.6670.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

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

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

22:05:20.6680.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

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

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

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

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

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

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

22:05:20.70521.3 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 (1816, 1803)) GROUP BY "object_id"

22:05:20.7270.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1785

22:05:20.7281.0 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1816, 1803) GROUP BY "parent_id"

22:05:20.7290.8 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1816, 1803)) GROUP BY "parent_id"

22:05:20.73117.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 (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND (s.tree_path is not null)))) AND ("parent_id"=1782) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC

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

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

22:05:20.7500.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

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

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

22:05:20.7520.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

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

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

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

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

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

22:05:20.75532.1 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1783) GROUP BY "object_id"

22:05:20.78819.2 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"=1783) GROUP BY "object_id"

22:05:20.8080.7 msSELECTSELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1782

22:05:20.8090.9 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1783 GROUP BY "parent_id"

22:05:20.8100.7 msSELECTSELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1783) GROUP BY "parent_id"

22:05:20.8162.7 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, 1161, 'v2/task/list', '{"Filter":{"name":"created_at","sort":"DESC"},"TaskSearch":{"department_id":"10","head_of":"","status":""},"access_token":"wXfR6UQn7fW_MTEa9o-7H8Ixg0fJU0Zm","device_type":"2","posttime":"1783433088","token":"52003e9e589dd60e6d3720b59e49ee03","version_code":"1161"}', '{"code":200,"data":{"list":[{"id":1830,"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-07-01 19:02:08","updated_at":"2026-07-01 19:02:08","is_important":0,"complete_description":null,"weight":null,"tree_path":"1830","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":null,"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":1830,"count":1},"childDoneCount":{"parent_id":1830,"count":1},"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":1844,"task_group_id":106,"title":"\u54c8\u54c8\u54c8\u54c8","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-07-03 11:20:43","created_by":1000,"created_at":"2026-07-03 11:08:00","updated_at":"2026-07-03 11:20:43","is_important":0,"complete_description":"\u4f1a\u4e0d\u4f1a","weight":null,"tree_path":"1830.1844","progress":0,"start_at":"","end_at":"","parent_id":1830,"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":1844,"comment":2},"unreadComments":null,"parent":{"id":1830,"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-07-01 19:02:08","updated_at":"2026-07-01 19:02:08","is_important":0,"complete_description":null,"weight":null,"tree_path":"1830","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":1844,"count":1},"childDoneCount":null,"index":2,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":1830,"showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7407\u670803\u65e5","description":""},"child":[{"id":1845,"task_group_id":106,"title":"\u597d\u51e0\u5e74","description":null,"client_id":null,"head_of":1000,"status":2,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-07-03 11:08:07","updated_at":"2026-07-03 11:08:07","is_important":0,"complete_description":null,"weight":null,"tree_path":"1830.1844.1845","progress":0,"start_at":"","end_at":"","parent_id":1844,"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":1844,"task_group_id":106,"title":"\u54c8\u54c8\u54c8\u54c8","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-07-03 11:20:43","created_by":1000,"created_at":"2026-07-03 11:08:00","updated_at":"2026-07-03 11:20:43","is_important":0,"complete_description":"\u4f1a\u4e0d\u4f1a","weight":null,"tree_path":"1830.1844","progress":0,"start_at":"","end_at":"","parent_id":1830,"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":false,"bgcolor":"#414141","is_important_display":"\u666e\u901a","status_display":"\u5df2\u4e2d\u6b62","root_id":1830,"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":1824,"task_group_id":106,"title":"222111","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"2026-07-04 00:00:00","completed_at":"2026-07-01 18:09:42","created_by":1000,"created_at":"2026-07-01 18:08:28","updated_at":"2026-07-01 18:09:42","is_important":1,"complete_description":"\u597d\u597d\u7684\u5427","weight":null,"tree_path":"1824","progress":0,"start_at":"2026-07-01 00:00:00","end_at":"2026-07-04 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":1824,"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":1824,"count":1},"childDoneCount":null,"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u91cd\u8981","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7407\u670801\u65e5","description":""},"child":[{"id":1825,"task_group_id":106,"title":"\u5c31\u5f88\u597d","description":null,"client_id":null,"head_of":1000,"status":2,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-07-01 18:09:14","updated_at":"2026-07-01 18:09:14","is_important":1,"complete_description":null,"weight":null,"tree_path":"1824.1825","progress":0,"start_at":"","end_at":"","parent_id":1824,"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":1824,"task_group_id":106,"title":"222111","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"2026-07-04 00:00:00","completed_at":"2026-07-01 18:09:42","created_by":1000,"created_at":"2026-07-01 18:08:28","updated_at":"2026-07-01 18:09:42","is_important":1,"complete_description":"\u597d\u597d\u7684\u5427","weight":null,"tree_path":"1824","progress":0,"start_at":"2026-07-01 00:00:00","end_at":"2026-07-04 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":null,"childDoneCount":null,"index":2,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":false,"bgcolor":"#414141","is_important_display":"\u91cd\u8981","status_display":"\u5df2\u4e2d\u6b62","root_id":1824,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1823,"task_group_id":106,"title":"111222","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-07-01 18:06:43","updated_at":"2026-07-03 11:10:35","is_important":1,"complete_description":"\u4e0d\u56de\u5bb6","weight":null,"tree_path":"1823","progress":100,"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":1823,"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":null,"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":"\u91cd\u8981","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1772,"task_group_id":106,"title":"AAa","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-23 14:01:25","created_by":1000,"created_at":"2026-06-23 14:00:50","updated_at":"2026-06-23 14:01:25","is_important":0,"complete_description":"\u53d1\u53d1\u53d1","weight":null,"tree_path":"1772","progress":100,"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":1772,"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":null,"childDoneCount":null,"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670823\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1754,"task_group_id":106,"title":"\u6d3b\u52a8\u4ef7","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"2026-08-18 00:00:00","completed_at":"2026-06-18 16:18:12","created_by":1000,"created_at":"2026-06-18 16:16:10","updated_at":"2026-06-18 16:18:12","is_important":0,"complete_description":"\u5c31\u80fd\u5403\u5462","weight":null,"tree_path":"1754","progress":100,"start_at":"2026-06-18 00:00:00","end_at":"2026-08-18 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":1754,"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":1754,"count":1},"childDoneCount":{"parent_id":1754,"count":1},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670818\u65e5","description":""},"child":[{"id":1755,"task_group_id":106,"title":"\u4e0d\u61c2\u5c31\u653e\u5047","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-18 16:17:44","created_by":1000,"created_at":"2026-06-18 16:16:23","updated_at":"2026-06-18 16:17:44","is_important":0,"complete_description":"\u51cf\u80a5\u5c31\u51cf\u80a5","weight":null,"tree_path":"1754.1755","progress":100,"start_at":"","end_at":"","parent_id":1754,"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":1755,"comment":1},"unreadComments":null,"parent":{"id":1754,"task_group_id":106,"title":"\u6d3b\u52a8\u4ef7","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"2026-08-18 00:00:00","completed_at":"2026-06-18 16:18:12","created_by":1000,"created_at":"2026-06-18 16:16:10","updated_at":"2026-06-18 16:18:12","is_important":0,"complete_description":"\u5c31\u80fd\u5403\u5462","weight":null,"tree_path":"1754","progress":100,"start_at":"2026-06-18 00:00:00","end_at":"2026-08-18 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":1755,"count":2},"childDoneCount":{"parent_id":1755,"count":1},"index":2,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":1754,"showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670818\u65e5","description":""},"child":[{"id":1757,"task_group_id":106,"title":"\u4f60\u653e\u5047\u5c31\u653e\u5047\u611f\u89c9","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-18 16:16:52","updated_at":"2026-07-03 11:25:02","is_important":1,"complete_description":"\u54c8\u54c8\u54c8","weight":null,"tree_path":"1754.1755.1757","progress":100,"start_at":"","end_at":"","parent_id":1755,"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":1757,"comment":1},"unreadComments":null,"parent":{"id":1755,"task_group_id":106,"title":"\u4e0d\u61c2\u5c31\u653e\u5047","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-18 16:17:44","created_by":1000,"created_at":"2026-06-18 16:16:23","updated_at":"2026-06-18 16:17:44","is_important":0,"complete_description":"\u51cf\u80a5\u5c31\u51cf\u80a5","weight":null,"tree_path":"1754.1755","progress":100,"start_at":"","end_at":"","parent_id":1754,"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":"\u91cd\u8981","status_display":"\u8fdb\u884c\u4e2d","root_id":1754,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1756,"task_group_id":106,"title":"\u80fd\u89e3\u51b3","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-18 16:17:18","created_by":1000,"created_at":"2026-06-18 16:16:35","updated_at":"2026-06-18 16:17:18","is_important":0,"complete_description":"\u5f7c\u6b64\u63a5\u8fd1","weight":null,"tree_path":"1754.1755.1756","progress":100,"start_at":"","end_at":"","parent_id":1755,"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":1756,"comment":1},"unreadComments":null,"parent":{"id":1755,"task_group_id":106,"title":"\u4e0d\u61c2\u5c31\u653e\u5047","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-18 16:17:44","created_by":1000,"created_at":"2026-06-18 16:16:23","updated_at":"2026-06-18 16:17:44","is_important":0,"complete_description":"\u51cf\u80a5\u5c31\u51cf\u80a5","weight":null,"tree_path":"1754.1755","progress":100,"start_at":"","end_at":"","parent_id":1754,"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":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":1754,"showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670818\u65e5","description":""},"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":1751,"task_group_id":106,"title":"9988","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-16 20:44:46","created_by":1000,"created_at":"2026-06-16 20:43:52","updated_at":"2026-06-16 20:44:46","is_important":0,"complete_description":"\u5e76\u4e0d\u4f1a","weight":null,"tree_path":"1751","progress":100,"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":1751,"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":1751,"count":1},"childDoneCount":{"parent_id":1751,"count":1},"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670816\u65e5","description":""},"child":[{"id":1752,"task_group_id":106,"title":"\u731c\u731c\u731c","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-16 20:44:37","created_by":1000,"created_at":"2026-06-16 20:44:24","updated_at":"2026-06-16 20:44:37","is_important":0,"complete_description":"\u4e0d\u597d","weight":null,"tree_path":"1751.1752","progress":100,"start_at":"","end_at":"","parent_id":1751,"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":1752,"comment":1},"unreadComments":null,"parent":{"id":1751,"task_group_id":106,"title":"9988","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-16 20:44:46","created_by":1000,"created_at":"2026-06-16 20:43:52","updated_at":"2026-06-16 20:44:46","is_important":0,"complete_description":"\u5e76\u4e0d\u4f1a","weight":null,"tree_path":"1751","progress":100,"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":null,"childDoneCount":null,"index":2,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":1751,"showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670816\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1746,"task_group_id":106,"title":"\u54c8\u54c8","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-16 20:45:04","created_by":1000,"created_at":"2026-06-16 09:23:30","updated_at":"2026-06-16 20:45:04","is_important":0,"complete_description":"\u54c8\u54c8\u54c8","weight":null,"tree_path":"1746","progress":100,"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":1746,"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":null,"childDoneCount":null,"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670816\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1735,"task_group_id":106,"title":"\u6d4b\u8bd5","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"2026-06-21 00:00:00","completed_at":"2026-06-15 17:24:17","created_by":1000,"created_at":"2026-06-15 17:18:44","updated_at":"2026-06-15 17:24:17","is_important":0,"complete_description":"\u6237\u7c4d","weight":null,"tree_path":"1735","progress":100,"start_at":"2026-06-15 00:00:00","end_at":"2026-06-21 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":1735,"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":null,"childDoneCount":null,"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670815\u65e5","description":""},"child":[],"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":"4\u59292\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":1816,"task_group_id":106,"title":"cccc","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-28 21:40:08","created_by":1000,"created_at":"2026-06-28 21:19:59","updated_at":"2026-06-28 21:40:08","is_important":0,"complete_description":"\u54fc\u54fc\u5527\u5527","weight":null,"tree_path":"1734.1785.1816","progress":100,"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":{"object_id":1816,"comment":1},"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":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":1734,"showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670828\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"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":""},{"id":1782,"task_group_id":106,"title":"\u65b9\u6cd5","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-28 10:25:05","created_by":1000,"created_at":"2026-06-28 10:24:40","updated_at":"2026-06-28 10:25:05","is_important":0,"complete_description":"\u767d\u767d\u51c0\u51c0","weight":null,"tree_path":"1734.1782","progress":0,"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":{"object_id":1782,"comment":1},"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":1782,"count":1},"childDoneCount":null,"index":2,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":1734,"showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670828\u65e5","description":""},"child":[{"id":1783,"task_group_id":106,"title":"\u54c8\u54c8\u54c8","description":null,"client_id":null,"head_of":1000,"status":2,"target_completed_at":"","completed_at":"","created_by":1000,"created_at":"2026-06-28 10:24:50","updated_at":"2026-06-28 10:24:50","is_important":0,"complete_description":null,"weight":null,"tree_path":"1734.1782.1783","progress":0,"start_at":"","end_at":"","parent_id":1782,"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":1782,"task_group_id":106,"title":"\u65b9\u6cd5","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"","completed_at":"2026-06-28 10:25:05","created_by":1000,"created_at":"2026-06-28 10:24:40","updated_at":"2026-06-28 10:25:05","is_important":0,"complete_description":"\u767d\u767d\u51c0\u51c0","weight":null,"tree_path":"1734.1782","progress":0,"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":false,"bgcolor":"#414141","is_important_display":"\u666e\u901a","status_display":"\u5df2\u4e2d\u6b62","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":""},{"id":1697,"task_group_id":106,"title":"\u597d\u7684\u5f88\u597d\u996d","description":null,"client_id":null,"head_of":1000,"status":1,"target_completed_at":"2026-08-08 00:00:00","completed_at":"2026-06-09 21:00:46","created_by":1000,"created_at":"2026-06-08 17:22:40","updated_at":"2026-06-09 21:00:46","is_important":0,"complete_description":null,"weight":null,"tree_path":"1697","progress":100,"start_at":"2026-06-08 00:00:00","end_at":"2026-08-08 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":1697,"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":null,"childDoneCount":null,"index":1,"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":false,"can_select":true,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2026\u5e7406\u670809\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""}],"pagenation":{"totalcount":911,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"ip":"117.133.84.85","ua":"jinchangxiao\/2.3.158 (iPhone 12; iOS 26.5; Scale\/3.00)"}', FALSE, '2026-07-07 22:05:20', 944654080) RETURNING "id"