All Latest
6a2e1b1fc2c41: POST https://beta.jinchangxiao.com/v2/task/of-group at 2026-06-14 11:08:15 am by 117.176.186.63

Log Messages

总计48条数据
TimeLevelCategoryMessage
 
11:08:15.796traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
11:08:15.796traceyii\base\Module::getModuleLoading module: debug
11:08:15.797traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
11:08:15.797traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
11:08:15.798traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
11:08:15.798traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:08:15.798infotime tracing start1781406495798792960
11:08:15.799traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
11:08:15.799traceyii\web\Application::handleRequestRoute requested: 'v2/task/of-group'
11:08:15.799traceyii\base\Module::getModuleLoading module: v2
11:08:15.800infoyii\web\Session::openSession started
11:08:15.802infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
11:08:15.802infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC'
11:08:15.803traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:08:15.803traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:08:15.804traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:08:15.804traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:08:15.804infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
11:08:15.805traceyii\base\Controller::runActionRoute to run: v2/task/of-group
11:08:15.805traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\TaskController::actionOfGroup()
11:08:15.806traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:08:15.806infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_tasks' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
11:08:15.812infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_tasks' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
11:08:15.833traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:08:15.833traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:08:15.835traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:08:15.836traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:08:15.838infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_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 ("s"."task_group_id"='58') GROUP BY "s"."id", "u"."id" ORDER BY "s"."status", "u"."pinyin_shortcut", "s"."target_completed_at", "s"."updated_at" DESC) "c"
11:08:15.840infoyii\db\Command::querySELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_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 ("s"."task_group_id"='58') GROUP BY "s"."id", "u"."id" ORDER BY "s"."status", "u"."pinyin_shortcut", "s"."target_completed_at", "s"."updated_at" DESC LIMIT 10
11:08:15.843infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5074, 1011, 5063, 1020, 1022)
11:08:15.844infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (5074, 5063, 1022, 1020, 1011))
11:08:15.844infoyii\db\Command::querySELECT "id", "id" AS "key", "title" AS "name", "project_id", "client_id", "head_of", "status", "target_completed_at", "start_at" FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=58
11:08:15.845infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=591
11:08:15.846infoyii\db\Command::querySELECT "c".* FROM "a57be577deb434"."tbl_task_group_head_of_relationships" "c" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON "u"."id" = "c"."user_id" WHERE "c"."task_group_id"=58 ORDER BY pinyin1 nulls first, namecut1 nulls first, pinyin2 nulls first, namecut2 nulls first, pinyin3 nulls first, namecut3 nulls first, pinyin4 nulls first, namecut4 nulls first
11:08:15.847traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:08:15.847traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:08:15.847infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=58)
11:08:15.847infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=58)
11:08:15.848infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (459, 443, 446, 451, 450, 442)) GROUP BY "object_id"
11:08:15.873infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=5063
11:08:15.874infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=5063)
11:08:15.874infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=9
11:08:15.875infoyii\db\Command::querySELECT "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 (459, 443, 446, 451, 450, 442)) GROUP BY "object_id"
11:08:15.893infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (459, 443, 446, 451, 450, 442) GROUP BY "parent_id"
11:08:15.894infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (459, 443, 446, 451, 450, 442)) GROUP BY "parent_id"
11:08:15.896traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:08:15.896traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:08:15.897infoyii\db\Command::queryINSERT 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, 1159, 'v2/task/of-group', '{"TaskSearch":{"task_group_id":"58"},"access_token":"R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC","device_type":"2","posttime":"1781406464","token":"1e168fa2493270cdf38725b4a29aa788","version_code":"1159"}', '{"code":200,"data":{"list":[{"id":459,"task_group_id":58,"title":"IP\u7535\u8bdd\u90e8\u7f72","description":"","client_id":null,"head_of":5074,"status":1,"target_completed_at":"2018-12-14 18:00:00","completed_at":"2018-12-10 13:19:25","created_by":5063,"created_at":"2018-10-29 14:03:10","updated_at":"2018-12-10 13:19:25","is_important":0,"complete_description":null,"weight":0,"tree_path":"459","progress":100,"start_at":"2018-10-29 00:00:00","end_at":"2018-12-14 00:00:00","parent_id":null,"is_end_out":null,"is_start_out":null,"is_child_end_out":null,"is_child_start_out":null,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":5074,"key":5074,"name":"\u803f\u7a0b\u6797","sex":"M","avatar":{"id":45,"user_id":5074,"name":"\/files\/cdn\/a57be577deb434\/avatar\/a86ace01-80d7-354f-9943-1d4374641f74.jpg"}},"taskGroup":{"id":58,"key":58,"name":"\u534e\u541b\u5e7f\u544a\u65b0\u529e\u516c\u5ba4\u5f31\u7535\u7f51\u7edc\u642d\u5efa\u9879\u76ee","project_id":null,"client_id":591,"head_of":5015,"status":1,"target_completed_at":"2019-01-18 23:59:59","start_at":"","client":{"id":591,"key":591,"name":"\u534e\u541b\u5e7f\u544a(\u5317\u4eac)\u516c\u53f8(\u897f\u85cf\u534e\u541b\u5e7f\u544a\u6709\u9650\u516c\u53f8)","sales_rep":5311,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":47,"task_group_id":58,"user_id":5015}],"isHeadOf":null,"isMember":null,"bgcolor":"#21943A","status_display":"\u5df2\u5b8c\u6210"},"commentCount":{"object_id":459,"comment":6},"createdBy":{"id":5063,"key":5063,"name":"\u674e\u73ca\u73ca","sex":"F","department_id":9,"avatar":{"id":36,"user_id":5063,"name":"\/files\/cdn\/a57be577deb434\/avatar\/ff7e564f-1cd9-37f4-bde5-8b15b18d36da.jpeg"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"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":false,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2018\u5e7412\u670810\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":443,"task_group_id":58,"title":"\u81ea\u91c7\u4ea7\u54c1\u5165\u5e93\u786e\u8ba4","description":"","client_id":null,"head_of":1011,"status":1,"target_completed_at":"2018-10-31 18:00:00","completed_at":"2018-10-29 14:57:23","created_by":5063,"created_at":"2018-10-19 17:55:23","updated_at":"2018-10-29 14:57:23","is_important":0,"complete_description":null,"weight":0,"tree_path":"443","progress":100,"start_at":"2018-10-19 00:00:00","end_at":"2018-10-31 00:00:00","parent_id":null,"is_end_out":null,"is_start_out":null,"is_child_end_out":null,"is_child_start_out":null,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","avatar":{"id":17,"user_id":1011,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b54747f4-248d-380e-93bc-0f62f769e70d.png"}},"taskGroup":{"id":58,"key":58,"name":"\u534e\u541b\u5e7f\u544a\u65b0\u529e\u516c\u5ba4\u5f31\u7535\u7f51\u7edc\u642d\u5efa\u9879\u76ee","project_id":null,"client_id":591,"head_of":5015,"status":1,"target_completed_at":"2019-01-18 23:59:59","start_at":"","client":{"id":591,"key":591,"name":"\u534e\u541b\u5e7f\u544a(\u5317\u4eac)\u516c\u53f8(\u897f\u85cf\u534e\u541b\u5e7f\u544a\u6709\u9650\u516c\u53f8)","sales_rep":5311,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":47,"task_group_id":58,"user_id":5015}],"isHeadOf":null,"isMember":null,"bgcolor":"#21943A","status_display":"\u5df2\u5b8c\u6210"},"commentCount":{"object_id":443,"comment":9},"createdBy":{"id":5063,"key":5063,"name":"\u674e\u73ca\u73ca","sex":"F","department_id":9,"avatar":{"id":36,"user_id":5063,"name":"\/files\/cdn\/a57be577deb434\/avatar\/ff7e564f-1cd9-37f4-bde5-8b15b18d36da.jpeg"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"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":false,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2018\u5e7410\u670829\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":446,"task_group_id":58,"title":"\u9879\u76ee\u8fdb\u5ea6\u6267\u884c\u8fdb\u5ea6\u7518\u7279\u56fe\u66f4\u65b0","description":"","client_id":null,"head_of":5063,"status":1,"target_completed_at":"2018-10-24 10:00:00","completed_at":"2018-10-22 16:52:24","created_by":5063,"created_at":"2018-10-22 10:23:37","updated_at":"2018-10-22 16:52:24","is_important":0,"complete_description":null,"weight":0,"tree_path":"446","progress":100,"start_at":"2018-10-22 00:00:00","end_at":"2018-10-24 00:00:00","parent_id":null,"is_end_out":null,"is_start_out":null,"is_child_end_out":null,"is_child_start_out":null,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":5063,"key":5063,"name":"\u674e\u73ca\u73ca","sex":"F","avatar":{"id":36,"user_id":5063,"name":"\/files\/cdn\/a57be577deb434\/avatar\/ff7e564f-1cd9-37f4-bde5-8b15b18d36da.jpeg"}},"taskGroup":{"id":58,"key":58,"name":"\u534e\u541b\u5e7f\u544a\u65b0\u529e\u516c\u5ba4\u5f31\u7535\u7f51\u7edc\u642d\u5efa\u9879\u76ee","project_id":null,"client_id":591,"head_of":5015,"status":1,"target_completed_at":"2019-01-18 23:59:59","start_at":"","client":{"id":591,"key":591,"name":"\u534e\u541b\u5e7f\u544a(\u5317\u4eac)\u516c\u53f8(\u897f\u85cf\u534e\u541b\u5e7f\u544a\u6709\u9650\u516c\u53f8)","sales_rep":5311,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":47,"task_group_id":58,"user_id":5015}],"isHeadOf":null,"isMember":null,"bgcolor":"#21943A","status_display":"\u5df2\u5b8c\u6210"},"commentCount":{"object_id":446,"comment":1},"createdBy":{"id":5063,"key":5063,"name":"\u674e\u73ca\u73ca","sex":"F","department_id":9,"avatar":{"id":36,"user_id":5063,"name":"\/files\/cdn\/a57be577deb434\/avatar\/ff7e564f-1cd9-37f4-bde5-8b15b18d36da.jpeg"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"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":false,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2018\u5e7410\u670822\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":451,"task_group_id":58,"title":"\u673a\u623f\u8bbe\u5907\u90e8\u7f72\uff08\u4ea4\u6362\u673a\u3001\u9632\u706b\u5899\u3001IP\u7535\u8bdd\u63a7\u5236\u5668\uff09","description":"","client_id":null,"head_of":1020,"status":1,"target_completed_at":"2018-12-11 18:00:00","completed_at":"2018-12-10 09:16:26","created_by":5063,"created_at":"2018-10-22 16:54:25","updated_at":"2018-12-10 09:16:26","is_important":0,"complete_description":null,"weight":0,"tree_path":"451","progress":100,"start_at":"2018-10-22 00:00:00","end_at":"2018-12-11 00:00:00","parent_id":null,"is_end_out":null,"is_start_out":null,"is_child_end_out":null,"is_child_start_out":null,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1020,"key":1020,"name":"\u738b\u6069\u56fd","sex":"M","avatar":{"id":15,"user_id":1020,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1020.png"}},"taskGroup":{"id":58,"key":58,"name":"\u534e\u541b\u5e7f\u544a\u65b0\u529e\u516c\u5ba4\u5f31\u7535\u7f51\u7edc\u642d\u5efa\u9879\u76ee","project_id":null,"client_id":591,"head_of":5015,"status":1,"target_completed_at":"2019-01-18 23:59:59","start_at":"","client":{"id":591,"key":591,"name":"\u534e\u541b\u5e7f\u544a(\u5317\u4eac)\u516c\u53f8(\u897f\u85cf\u534e\u541b\u5e7f\u544a\u6709\u9650\u516c\u53f8)","sales_rep":5311,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":47,"task_group_id":58,"user_id":5015}],"isHeadOf":null,"isMember":null,"bgcolor":"#21943A","status_display":"\u5df2\u5b8c\u6210"},"commentCount":{"object_id":451,"comment":5},"createdBy":{"id":5063,"key":5063,"name":"\u674e\u73ca\u73ca","sex":"F","department_id":9,"avatar":{"id":36,"user_id":5063,"name":"\/files\/cdn\/a57be577deb434\/avatar\/ff7e564f-1cd9-37f4-bde5-8b15b18d36da.jpeg"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"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":false,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2018\u5e7412\u670810\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":450,"task_group_id":58,"title":"AP\u90e8\u7f72","description":"","client_id":null,"head_of":1022,"status":1,"target_completed_at":"2018-10-31 18:00:00","completed_at":"2018-11-07 11:14:42","created_by":5063,"created_at":"2018-10-22 16:53:07","updated_at":"2018-11-07 11:14:42","is_important":0,"complete_description":null,"weight":0,"tree_path":"450","progress":100,"start_at":"2018-10-22 00:00:00","end_at":"2018-10-31 00:00:00","parent_id":null,"is_end_out":null,"is_start_out":null,"is_child_end_out":null,"is_child_start_out":null,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1022,"key":1022,"name":"\u5f90\u7855","sex":"M","avatar":{"id":6,"user_id":1022,"name":"\/files\/cdn\/a57be577deb434\/avatar\/2b5ec94d-d83c-38b4-ac3a-38720c369f91.png"}},"taskGroup":{"id":58,"key":58,"name":"\u534e\u541b\u5e7f\u544a\u65b0\u529e\u516c\u5ba4\u5f31\u7535\u7f51\u7edc\u642d\u5efa\u9879\u76ee","project_id":null,"client_id":591,"head_of":5015,"status":1,"target_completed_at":"2019-01-18 23:59:59","start_at":"","client":{"id":591,"key":591,"name":"\u534e\u541b\u5e7f\u544a(\u5317\u4eac)\u516c\u53f8(\u897f\u85cf\u534e\u541b\u5e7f\u544a\u6709\u9650\u516c\u53f8)","sales_rep":5311,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":47,"task_group_id":58,"user_id":5015}],"isHeadOf":null,"isMember":null,"bgcolor":"#21943A","status_display":"\u5df2\u5b8c\u6210"},"commentCount":{"object_id":450,"comment":2},"createdBy":{"id":5063,"key":5063,"name":"\u674e\u73ca\u73ca","sex":"F","department_id":9,"avatar":{"id":36,"user_id":5063,"name":"\/files\/cdn\/a57be577deb434\/avatar\/ff7e564f-1cd9-37f4-bde5-8b15b18d36da.jpeg"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"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":false,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2018\u5e7411\u670807\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":442,"task_group_id":58,"title":"\u5e03\u7ebf+\u6253\u5361\u673a\uff08\u6556\u6d9b\uff09","description":"","client_id":null,"head_of":1022,"status":1,"target_completed_at":"2018-12-14 18:00:00","completed_at":"2018-12-06 19:01:24","created_by":5063,"created_at":"2018-10-19 17:53:16","updated_at":"2018-12-06 19:01:24","is_important":0,"complete_description":null,"weight":0,"tree_path":"442","progress":100,"start_at":"2018-10-19 00:00:00","end_at":"2018-12-14 00:00:00","parent_id":null,"is_end_out":null,"is_start_out":null,"is_child_end_out":null,"is_child_start_out":null,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1022,"key":1022,"name":"\u5f90\u7855","sex":"M","avatar":{"id":6,"user_id":1022,"name":"\/files\/cdn\/a57be577deb434\/avatar\/2b5ec94d-d83c-38b4-ac3a-38720c369f91.png"}},"taskGroup":{"id":58,"key":58,"name":"\u534e\u541b\u5e7f\u544a\u65b0\u529e\u516c\u5ba4\u5f31\u7535\u7f51\u7edc\u642d\u5efa\u9879\u76ee","project_id":null,"client_id":591,"head_of":5015,"status":1,"target_completed_at":"2019-01-18 23:59:59","start_at":"","client":{"id":591,"key":591,"name":"\u534e\u541b\u5e7f\u544a(\u5317\u4eac)\u516c\u53f8(\u897f\u85cf\u534e\u541b\u5e7f\u544a\u6709\u9650\u516c\u53f8)","sales_rep":5311,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":47,"task_group_id":58,"user_id":5015}],"isHeadOf":null,"isMember":null,"bgcolor":"#21943A","status_display":"\u5df2\u5b8c\u6210"},"commentCount":{"object_id":442,"comment":8},"createdBy":{"id":5063,"key":5063,"name":"\u674e\u73ca\u73ca","sex":"F","department_id":9,"avatar":{"id":36,"user_id":5063,"name":"\/files\/cdn\/a57be577deb434\/avatar\/ff7e564f-1cd9-37f4-bde5-8b15b18d36da.jpeg"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"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":false,"bgcolor":"#21943A","is_important_display":"\u666e\u901a","status_display":"\u5df2\u5b8c\u6210","root_id":"","showTime":{"time_name":"\u5b8c\u6210\u65f6\u95f4","time_display":"2018\u5e7412\u670806\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""}],"pagenation":{"totalcount":6,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"ip":"117.176.186.63","ua":"jinchangxiao\/2.3.156 (x86_64; iOS 26.3.1; Scale\/3.00)"}', FALSE, '2026-06-14 11:08:15', 98361088) RETURNING "id"