6a4a14cf0c8d6: POST https://beta.jinchangxiao.com/v2/task/list at 2026-07-05 04:24:47 pm by 223.74.191.180

Log Messages

总计124条数据
TimeLevelCategoryMessage
 
16:24:47.046traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
16:24:47.046traceyii\base\Module::getModuleLoading module: debug
16:24:47.047traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
16:24:47.051traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
16:24:47.052traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
16:24:47.056traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.060infotime tracing start1783239887060713984
16:24:47.061traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
16:24:47.061traceyii\web\Application::handleRequestRoute requested: 'v2/task/list'
16:24:47.061traceyii\base\Module::getModuleLoading module: v2
16:24:47.062infoyii\web\Session::openSession started
16:24:47.063infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
16:24:47.071infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='lLLCHpZSQkMu0_ceemp9PVo8_3HEKkFC'
16:24:47.083traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.085traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:24:47.092traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.099traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:24:47.107infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:24:47.116traceyii\base\Controller::runActionRoute to run: v2/task/list
16:24:47.116traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\TaskController::actionList()
16:24:47.126traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.128infoyii\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;
16:24:47.146infoyii\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
16:24:47.162traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:24:47.163traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:24:47.164traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.166traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.168infoyii\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"."status"='0') AND (s.parent_id is null) AND ("u"."department_id"='4') AND ("s"."head_of"='1001') GROUP BY "s"."id", "u"."id" ORDER BY "s"."created_at") "c"
16:24:47.171infoyii\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"."status"='0') AND (s.parent_id is null) AND ("u"."department_id"='4') AND ("s"."head_of"='1001') GROUP BY "s"."id", "u"."id" ORDER BY "s"."created_at" LIMIT 10
16:24:47.174infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:24:47.185infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
16:24:47.197infoyii\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" IN (187, 203, 202)
16:24:47.204infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (1956, 3459, 2128)
16:24:47.206infoyii\db\Command::querySELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id" IN (1972, 3854)
16:24:47.209infoyii\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" IN (187, 203, 202) 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
16:24:47.211traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.211infoyii\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_task_group_head_of_relationships' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
16:24:47.214infoyii\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_task_group_head_of_relationships' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
16:24:47.224traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:24:47.224traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:24:47.224infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id" IN (187, 203, 202))
16:24:47.225infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1001) AND ("task_group_id" IN (187, 203, 202))
16:24:47.226infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1535, 1537, 1667, 1822)) GROUP BY "object_id"
16:24:47.284infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:24:47.285infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
16:24:47.286infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
16:24:47.287infoyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (1535, 1537, 1667, 1822)) GROUP BY "object_id"
16:24:47.310infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1535, 1537, 1667, 1822) GROUP BY "parent_id"
16:24:47.312infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1535, 1537, 1667, 1822)) GROUP BY "parent_id"
16:24:47.313traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateTask
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Engineer
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: TechDirector
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: ProjectManager
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 人力资源
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: SalesDirector
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: CommercialAttache
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: GM
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Accountant
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: SalesManager
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 软件开发
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Treasurer
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: deleteTask
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Engineer
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: TechDirector
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: ProjectManager
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 人力资源
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: SalesDirector
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: CommercialAttache
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: GM
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Accountant
16:24:47.315traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: AccountManager
16:24:47.316infoyii\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_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (s.tree_path is not null)))) AND ("parent_id"=1535) GROUP BY "s"."id" ORDER BY "s"."created_at"
16:24:47.322infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1011
16:24:47.322infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1011)
16:24:47.323infoyii\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"=187
16:24:47.324infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=1956
16:24:47.324infoyii\db\Command::querySELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1972
16:24:47.325infoyii\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"=187 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
16:24:47.325infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=187)
16:24:47.326infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=187)
16:24:47.326infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:24:47.327infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
16:24:47.327infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
16:24:47.328infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id"=1581) GROUP BY "object_id"
16:24:47.362infoyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id"=1581) GROUP BY "object_id"
16:24:47.381infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1535
16:24:47.381infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1581 GROUP BY "parent_id"
16:24:47.382infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id"=1581) GROUP BY "parent_id"
16:24:47.384infoyii\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_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (s.tree_path is not null)))) AND ("parent_id"=1667) GROUP BY "s"."id" ORDER BY "s"."created_at"
16:24:47.387infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:24:47.387infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
16:24:47.388infoyii\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"=203
16:24:47.388infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=3459
16:24:47.389infoyii\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"=203 ORDER BY pinyin1 nulls first, namecut1 nulls first, pinyin2 nulls first, namecut2 nulls first, pinyin3 nulls first, namecut3 nulls first, pinyin4 nulls first, namecut4 nulls first
16:24:47.390infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)
16:24:47.390infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)
16:24:47.391infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:24:47.391infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
16:24:47.392infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
16:24:47.392infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1674, 1675)) GROUP BY "object_id"
16:24:47.421infoyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (1674, 1675)) GROUP BY "object_id"
16:24:47.440infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1667
16:24:47.440infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1674, 1675) GROUP BY "parent_id"
16:24:47.442infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1674, 1675)) GROUP BY "parent_id"
16:24:47.443infoyii\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_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (("tree_path" @> (SELECT array_agg(DISTINCT s.tree_path) FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (s.tree_path is not null)))) AND ("parent_id"=1675) GROUP BY "s"."id" ORDER BY "s"."created_at"
16:24:47.446infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1001, 1000)
16:24:47.447infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1000, 1001))
16:24:47.447infoyii\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"=203
16:24:47.448infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=3459
16:24:47.448infoyii\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"=203 ORDER BY pinyin1 nulls first, namecut1 nulls first, pinyin2 nulls first, namecut2 nulls first, pinyin3 nulls first, namecut3 nulls first, pinyin4 nulls first, namecut4 nulls first
16:24:47.449infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)
16:24:47.450infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)
16:24:47.450infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:24:47.451infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
16:24:47.451infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
16:24:47.452infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1676, 1677, 1678)) GROUP BY "object_id"
16:24:47.480infoyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (1676, 1677, 1678)) GROUP BY "object_id"
16:24:47.498infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1675
16:24:47.498infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id" IN (1676, 1677, 1678) GROUP BY "parent_id"
16:24:47.499infoyii\db\Command::querySELECT "parent_id", count(*) as count FROM "a57be577deb434"."tbl_tasks" WHERE ("status"=1) AND ("parent_id" IN (1676, 1677, 1678)) GROUP BY "parent_id"
16:24:47.502traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:24:47.502traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:24:47.503infoyii\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', 1001, 7, 178, 'v2/task/list', '{"TaskSearch":{"status":"0","department_id":"4","head_of":"1001"},"keyword":"","page":"1","pagesize":"10","Filter":{"name":"created_at","sort":"ASC"},"posttime":"1783239887","access_token":"lLLCHpZSQkMu0_ceemp9PVo8_3HEKkFC","device_type":"7","version_code":"178","token":"b2ba9e5828abfda59427eaae0ae8b6bf"}', '{"code":200,"data":{"list":[{"id":1535,"task_group_id":187,"title":"\u8d2d\u4e70\u6807\u4e66","description":"","client_id":null,"head_of":1001,"status":0,"target_completed_at":"2024-05-11 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:57:33","updated_at":"2026-04-02 17:07:53","is_important":0,"complete_description":null,"weight":55,"tree_path":"1535","progress":55,"start_at":"2024-05-10 00:00:00","end_at":"2024-05-11 00:00:00","parent_id":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":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","start_at":"","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":null,"logo":null},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"isMember":{"id":2508,"task_group_id":187,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1535,"comment":3},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":null,"parent":null,"childCount":{"parent_id":1535,"count":1},"childDoneCount":null,"index":1,"remain_time":"\u8d85\u65f6785\u592917\u5c0f\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":{"time_name":"\u622a\u6b62\u65f6\u95f4","time_display":"2024\u5e7405\u670811\u65e5","description":""},"child":[{"id":1581,"task_group_id":187,"title":"\u8ba2\u5355","description":"","client_id":null,"head_of":1011,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-04-02 17:07:44","updated_at":"2026-04-02 17:07:44","is_important":0,"complete_description":null,"weight":0,"tree_path":"1535.1581","progress":55,"start_at":"","end_at":"","parent_id":1535,"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":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":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","start_at":"","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":null,"logo":null},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"isMember":{"id":2508,"task_group_id":187,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1581,"comment":1},"unreadComments":null,"parent":{"id":1535,"task_group_id":187,"title":"\u8d2d\u4e70\u6807\u4e66","description":"","client_id":null,"head_of":1001,"status":0,"target_completed_at":"2024-05-11 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:57:33","updated_at":"2026-04-02 17:07:53","is_important":0,"complete_description":null,"weight":55,"tree_path":"1535","progress":55,"start_at":"2024-05-10 00:00:00","end_at":"2024-05-11 00:00:00","parent_id":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":true,"can_select":false,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":1535,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"start_at_out_day":"","end_at_out_day":""},{"id":1537,"task_group_id":187,"title":"\u6295\u6807\u4fdd\u8bc1\u91d1\u7f34\u7eb3\n\u6d4b\u8bd5","description":"","client_id":null,"head_of":1001,"status":0,"target_completed_at":"2024-05-16 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:58:29","updated_at":"2026-07-02 14:10:11","is_important":0,"complete_description":null,"weight":0,"tree_path":"1537","progress":100,"start_at":"2024-05-10 00:00:00","end_at":"2024-05-16 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":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","start_at":"","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":null,"logo":null},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"isMember":{"id":2508,"task_group_id":187,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1537,"comment":1},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":null,"parent":null,"childCount":null,"childDoneCount":null,"index":1,"remain_time":"\u8d85\u65f6780\u592917\u5c0f\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":{"time_name":"\u622a\u6b62\u65f6\u95f4","time_display":"2024\u5e7405\u670816\u65e5","description":""},"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1667,"task_group_id":203,"title":"4","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-04 13:02:36","updated_at":"2026-06-04 13:02:36","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667","progress":13,"start_at":"2026-06-04 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":null,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":23,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":null,"client_id":3459,"head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{"id":3459,"key":3459,"name":"\u6d4b\u8bd5","sales_rep":null,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":616,"task_group_id":203,"user_id":1000},{"id":617,"task_group_id":203,"user_id":5250},{"id":618,"task_group_id":203,"user_id":5016},{"id":619,"task_group_id":203,"user_id":1001},{"id":620,"task_group_id":203,"user_id":5461},{"id":621,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":619,"task_group_id":203,"user_id":1001},"isMember":{"id":2644,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":null,"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":null,"parent":null,"childCount":{"parent_id":1667,"count":2},"childDoneCount":null,"index":1,"remain_time":"\u8d85\u65f65\u592917\u5c0f\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_create":true,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":{"time_name":"\u622a\u6b62\u65f6\u95f4","time_display":"2026\u5e7406\u670830\u65e5","description":"\u6b64\u4efb\u52a1\u7684\u7ed3\u675f\u65e5\u671f(2026\u5e7406\u670830\u65e5)\u665a\u4e8e\u9879\u76ee\u7684\u622a\u6b62\u65e5\u671f(2026\u5e7406\u670807\u65e5)\u3002\u8d85\u51fa23\u5929\u3002"},"child":[{"id":1674,"task_group_id":203,"title":"\u6d4b\u8bd5","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:31","updated_at":"2026-06-05 09:40:31","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667.1674","progress":0,"start_at":"","end_at":"","parent_id":1667,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":null,"client_id":3459,"head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{"id":3459,"key":3459,"name":"\u6d4b\u8bd5","sales_rep":null,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":616,"task_group_id":203,"user_id":1000},{"id":617,"task_group_id":203,"user_id":5250},{"id":618,"task_group_id":203,"user_id":5016},{"id":619,"task_group_id":203,"user_id":1001},{"id":620,"task_group_id":203,"user_id":5461},{"id":621,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":619,"task_group_id":203,"user_id":1001},"isMember":{"id":2644,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":null,"unreadComments":null,"parent":{"id":1667,"task_group_id":203,"title":"4","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-04 13:02:36","updated_at":"2026-06-04 13:02:36","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667","progress":13,"start_at":"2026-06-04 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":null,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":23,"start_out_value":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":true,"can_select":true,"bgcolor":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":1667,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1675,"task_group_id":203,"title":"\u4eba\u4e0e\u4eba\u8ba8\u538c","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:41","updated_at":"2026-06-05 09:40:41","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667.1675","progress":25,"start_at":"","end_at":"","parent_id":1667,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":null,"client_id":3459,"head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{"id":3459,"key":3459,"name":"\u6d4b\u8bd5","sales_rep":null,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":616,"task_group_id":203,"user_id":1000},{"id":617,"task_group_id":203,"user_id":5250},{"id":618,"task_group_id":203,"user_id":5016},{"id":619,"task_group_id":203,"user_id":1001},{"id":620,"task_group_id":203,"user_id":5461},{"id":621,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":619,"task_group_id":203,"user_id":1001},"isMember":{"id":2644,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":null,"unreadComments":null,"parent":{"id":1667,"task_group_id":203,"title":"4","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-04 13:02:36","updated_at":"2026-06-04 13:02:36","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667","progress":13,"start_at":"2026-06-04 00:00:00","end_at":"2026-06-30 00:00:00","parent_id":null,"is_end_out":true,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":23,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null},"childCount":{"parent_id":1675,"count":4},"childDoneCount":{"parent_id":1675,"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":1667,"showTime":[],"child":[{"id":1676,"task_group_id":203,"title":"534534","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:41:00","updated_at":"2026-06-05 09:41:00","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667.1675.1676","progress":0,"start_at":"","end_at":"","parent_id":1675,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":null,"client_id":3459,"head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{"id":3459,"key":3459,"name":"\u6d4b\u8bd5","sales_rep":null,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":616,"task_group_id":203,"user_id":1000},{"id":617,"task_group_id":203,"user_id":5250},{"id":618,"task_group_id":203,"user_id":5016},{"id":619,"task_group_id":203,"user_id":1001},{"id":620,"task_group_id":203,"user_id":5461},{"id":621,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":619,"task_group_id":203,"user_id":1001},"isMember":{"id":2644,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":null,"unreadComments":null,"parent":{"id":1675,"task_group_id":203,"title":"\u4eba\u4e0e\u4eba\u8ba8\u538c","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:41","updated_at":"2026-06-05 09:40:41","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667.1675","progress":25,"start_at":"","end_at":"","parent_id":1667,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":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":1667,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1677,"task_group_id":203,"title":"53345","description":null,"client_id":null,"head_of":1000,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:41:08","updated_at":"2026-06-05 09:41:08","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667.1675.1677","progress":0,"start_at":"","end_at":"","parent_id":1675,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":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":203,"key":203,"name":"\u9879\u76ee","project_id":null,"client_id":3459,"head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{"id":3459,"key":3459,"name":"\u6d4b\u8bd5","sales_rep":null,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":616,"task_group_id":203,"user_id":1000},{"id":617,"task_group_id":203,"user_id":5250},{"id":618,"task_group_id":203,"user_id":5016},{"id":619,"task_group_id":203,"user_id":1001},{"id":620,"task_group_id":203,"user_id":5461},{"id":621,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":619,"task_group_id":203,"user_id":1001},"isMember":{"id":2644,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":1677,"comment":1},"unreadComments":null,"parent":{"id":1675,"task_group_id":203,"title":"\u4eba\u4e0e\u4eba\u8ba8\u538c","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:41","updated_at":"2026-06-05 09:40:41","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667.1675","progress":25,"start_at":"","end_at":"","parent_id":1667,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":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":"#FF7300","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":1667,"showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""},{"id":1678,"task_group_id":203,"title":"35345","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:41:19","updated_at":"2026-06-05 09:41:19","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667.1675.1678","progress":0,"start_at":"","end_at":"","parent_id":1675,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":null,"start_out_value":null,"child_end_out_value":null,"child_start_out_value":null,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":203,"key":203,"name":"\u9879\u76ee","project_id":null,"client_id":3459,"head_of":1001,"status":0,"target_completed_at":"2026-06-07 00:00:00","start_at":"2026-06-04 00:00:00","client":{"id":3459,"key":3459,"name":"\u6d4b\u8bd5","sales_rep":null,"logo":null},"project":null,"taskGroupHeadOfRelationships":[{"id":616,"task_group_id":203,"user_id":1000},{"id":617,"task_group_id":203,"user_id":5250},{"id":618,"task_group_id":203,"user_id":5016},{"id":619,"task_group_id":203,"user_id":1001},{"id":620,"task_group_id":203,"user_id":5461},{"id":621,"task_group_id":203,"user_id":5064}],"isHeadOf":{"id":619,"task_group_id":203,"user_id":1001},"isMember":{"id":2644,"task_group_id":203,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":null,"unreadComments":null,"parent":{"id":1675,"task_group_id":203,"title":"\u4eba\u4e0e\u4eba\u8ba8\u538c","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-05 09:40:41","updated_at":"2026-06-05 09:40:41","is_important":0,"complete_description":null,"weight":null,"tree_path":"1667.1675","progress":25,"start_at":"","end_at":"","parent_id":1667,"is_end_out":false,"is_start_out":false,"is_child_end_out":false,"is_child_start_out":false,"end_out_value":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":1667,"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":1822,"task_group_id":202,"title":"\u5907\u4efd\u9879\u76ee\u4e8c\u671f","description":null,"client_id":null,"head_of":1001,"status":0,"target_completed_at":"","completed_at":"","created_by":1001,"created_at":"2026-06-30 12:47:28","updated_at":"2026-06-30 12:47:28","is_important":0,"complete_description":null,"weight":null,"tree_path":"1822","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":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"taskGroup":{"id":202,"key":202,"name":"\u5907\u4efd\u9879\u76ee\u4e8c\u671f","project_id":3854,"client_id":2128,"head_of":5064,"status":0,"target_completed_at":"","start_at":"","client":{"id":2128,"key":2128,"name":"\u5317\u4eac\u79d1\u6280\u6709\u9650\u516c\u53f8","sales_rep":5087,"logo":null},"project":{"id":3854,"key":3854,"name":"\u5907\u4efd\u9879\u76ee\u4e8c\u671f"},"taskGroupHeadOfRelationships":[{"id":547,"task_group_id":202,"user_id":1001}],"isHeadOf":{"id":547,"task_group_id":202,"user_id":1001},"isMember":{"id":2559,"task_group_id":202,"user_id":1001},"bgcolor":"#FF7300","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":null,"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"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":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d","root_id":"","showTime":[],"child":[],"start_at_out_day":"","end_at_out_day":""}],"pagenation":{"totalcount":4,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"ip":"223.74.191.180","ua":"jinchangxiao\/1.0.42 (HUAWEI Mate 60 Pro ALN-AL00; HarmonyOS 6.1.0)"}', FALSE, '2026-07-05 16:24:47', 442385920) RETURNING "id"