Total processing time: 132 ms; Peak memory: 4.876 MB. Show Profiling Timeline
Time | Duration | Category | Info |
---|---|---|---|
07:36:15.959 | 18.7 ms | yii\db\Command::query | SELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1545, 1535, 1537, 1547, 1546, 1548, 1543, 1536, 1549, 1544, 1563, 1564, 1562, 1561, 1560, 1559, 1558, 1557, 1509, 1456)) GROUP BY "object_id" |
07:36:15.980 | 16.9 ms | yii\db\Command::query | SELECT "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 (1545, 1535, 1537, 1547, 1546, 1548, 1543, 1536, 1549, 1544, 1563, 1564, 1562, 1561, 1560, 1559, 1558, 1557, 1509, 1456)) GROUP BY "object_id" |
07:36:15.920 | 11.7 ms | yii\db\Command::query | select 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 |
07:36:15.949 | 9.3 ms | yii\db\Command::query | select 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 |
07:36:15.890 | 7.5 ms | yii\db\Command::query | select 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='vw_user_login' and ns.nspname='global' order by fns.nspname, fc.relname, a.attnum |
07:36:15.904 | 7.3 ms | yii\db\Command::query | select 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_users' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum |
07:36:15.898 | 5.0 ms | yii\db\Command::query | SELECT 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_users' and d.nspname = 'a57be577deb434' ORDER BY a.attnum; |
07:36:15.885 | 4.7 ms | yii\db\Command::query | SELECT 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 = 'vw_user_login' and d.nspname = 'global' ORDER BY a.attnum; |
07:36:15.916 | 2.9 ms | yii\db\Command::query | SELECT 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; |
07:36:15.936 | 2.5 ms | yii\db\Command::query | SELECT 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) GROUP BY "s"."id", "u"."id" ORDER BY "s"."status", "s"."target_completed_at", "s"."created_at" DESC) "c" |
07:36:15.946 | 2.4 ms | yii\db\Command::query | SELECT 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; |
07:36:15.998 | 2.4 ms | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/task/list', '[]', '{"code":2000,"result":{"list":[{"id":1545,"task_group_id":189,"title":"\u6807\u4e66\u8d2d\u4e70","description":"","client_id":"","head_of":5015,"status":0,"target_completed_at":"2024-05-11 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-14 11:56:35","updated_at":"2024-05-14 11:56:35","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","avatar":{"id":5,"user_id":5015,"name":"\/files\/cdn\/a57be577deb434\/avatar\/7a105eb6-13c4-3990-9428-b163f97fe449.png"}},"taskGroup":{"id":189,"key":189,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u601d\u8054\u79d1\u8baf","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 19:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":517,"task_group_id":189,"user_id":1011},{"id":516,"task_group_id":189,"user_id":1001}],"isHeadOf":{"id":516,"task_group_id":189,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1545,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1535,"task_group_id":187,"title":"\u8d2d\u4e70\u6807\u4e66","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2024-05-11 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:57:33","updated_at":"2024-05-10 13:57:33","is_important":0,"complete_description":"","weight":0,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.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","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"bgcolor":"#e5000a","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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":true,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1537,"task_group_id":187,"title":"\u6295\u6807\u4fdd\u8bc1\u91d1\u7f34\u7eb3","description":"","client_id":"","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":"2024-05-10 13:58:29","is_important":0,"complete_description":"","weight":0,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.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","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":true,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1547,"task_group_id":189,"title":"\u5236\u4f5c\u6807\u4e66","description":"","client_id":"","head_of":5015,"status":0,"target_completed_at":"2024-05-17 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-14 11:57:18","updated_at":"2024-05-14 11:57:18","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","avatar":{"id":5,"user_id":5015,"name":"\/files\/cdn\/a57be577deb434\/avatar\/7a105eb6-13c4-3990-9428-b163f97fe449.png"}},"taskGroup":{"id":189,"key":189,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u601d\u8054\u79d1\u8baf","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 19:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":517,"task_group_id":189,"user_id":1011},{"id":516,"task_group_id":189,"user_id":1001}],"isHeadOf":{"id":516,"task_group_id":189,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1547,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1546,"task_group_id":189,"title":"\u6295\u6807\u4fdd\u8bc1\u91d1\u7f34\u7eb3","description":"","client_id":"","head_of":5015,"status":0,"target_completed_at":"2024-05-17 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-14 11:56:54","updated_at":"2024-05-14 11:56:54","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","avatar":{"id":5,"user_id":5015,"name":"\/files\/cdn\/a57be577deb434\/avatar\/7a105eb6-13c4-3990-9428-b163f97fe449.png"}},"taskGroup":{"id":189,"key":189,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u601d\u8054\u79d1\u8baf","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 19:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":517,"task_group_id":189,"user_id":1011},{"id":516,"task_group_id":189,"user_id":1001}],"isHeadOf":{"id":516,"task_group_id":189,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1546,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1548,"task_group_id":189,"title":"\u73b0\u573a\u5f00\u6807","description":"","client_id":"","head_of":5015,"status":0,"target_completed_at":"2024-05-20 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-14 11:57:32","updated_at":"2024-05-14 11:57:32","is_important":1,"complete_description":"","weight":0,"headOf":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","avatar":{"id":5,"user_id":5015,"name":"\/files\/cdn\/a57be577deb434\/avatar\/7a105eb6-13c4-3990-9428-b163f97fe449.png"}},"taskGroup":{"id":189,"key":189,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u601d\u8054\u79d1\u8baf","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 19:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":517,"task_group_id":189,"user_id":1011},{"id":516,"task_group_id":189,"user_id":1001}],"isHeadOf":{"id":516,"task_group_id":189,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1548,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#e5000a","is_important_display":"\u91cd\u8981","status_display":"\u8fdb\u884c\u4e2d"},{"id":1543,"task_group_id":188,"title":"\u73b0\u573a\u5f00\u6807","description":"","client_id":"","head_of":5360,"status":0,"target_completed_at":"2024-05-20 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-14 11:55:36","updated_at":"2024-05-14 11:55:44","is_important":1,"complete_description":"","weight":0,"headOf":{"id":5360,"key":5360,"name":"\u5f20\u7ea2\u82b3","sex":"F","avatar":{"id":153,"user_id":5360,"name":"\/files\/cdn\/a57be577deb434\/avatar\/612c2410-e800-3507-aa05-3f1fbeb408a7.png"}},"taskGroup":{"id":188,"key":188,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u84dd\u5927\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 19:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":511,"task_group_id":188,"user_id":1011},{"id":510,"task_group_id":188,"user_id":1001}],"isHeadOf":{"id":510,"task_group_id":188,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1543,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#e5000a","is_important_display":"\u91cd\u8981","status_display":"\u8fdb\u884c\u4e2d"},{"id":1536,"task_group_id":187,"title":"\u5236\u4f5c\u6807\u4e66","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2024-05-23 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:57:46","updated_at":"2024-05-10 13:57:58","is_important":0,"complete_description":"","weight":0,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.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","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":true,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1549,"task_group_id":189,"title":"\u7b49\u5f85\u516c\u793a\u7ed3\u679c\uff0c\u6295\u6807\u4fdd\u8bc1\u91d1\u9000\u8fd8\u3002","description":"","client_id":"","head_of":5015,"status":0,"target_completed_at":"2024-05-31 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-14 11:57:54","updated_at":"2024-05-14 11:57:54","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","avatar":{"id":5,"user_id":5015,"name":"\/files\/cdn\/a57be577deb434\/avatar\/7a105eb6-13c4-3990-9428-b163f97fe449.png"}},"taskGroup":{"id":189,"key":189,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u601d\u8054\u79d1\u8baf","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 19:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":517,"task_group_id":189,"user_id":1011},{"id":516,"task_group_id":189,"user_id":1001}],"isHeadOf":{"id":516,"task_group_id":189,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1549,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1544,"task_group_id":188,"title":"\u7b49\u5f85\u516c\u793a\u7ed3\u679c\uff0c\u6295\u6807\u4fdd\u8bc1\u91d1\u9000\u8fd8\u3002","description":"","client_id":"","head_of":5360,"status":0,"target_completed_at":"2024-05-31 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-14 11:56:14","updated_at":"2024-05-14 11:56:14","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5360,"key":5360,"name":"\u5f20\u7ea2\u82b3","sex":"F","avatar":{"id":153,"user_id":5360,"name":"\/files\/cdn\/a57be577deb434\/avatar\/612c2410-e800-3507-aa05-3f1fbeb408a7.png"}},"taskGroup":{"id":188,"key":188,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u84dd\u5927\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 19:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":511,"task_group_id":188,"user_id":1011},{"id":510,"task_group_id":188,"user_id":1001}],"isHeadOf":{"id":510,"task_group_id":188,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1544,"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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1563,"task_group_id":178,"title":"\u66f9\u603b \u610f\u7545\u6709\u4e00\u4e2a\u8fd9\u4e2a\u95ee\u9898\n\u4f7f\u7528\u573a\u666f:3\u67088\u65e5\uff0c\u6211\u5907\u4efd\u6210\u529f;3\u670810\u65e5\uff0c\u6211\u60f3\u628a\u6587\u4ef6\u4e0b\u8f7d\u4e0b\u6765\uff0c\u4f46\u662f\u6587\u4ef6\u4e0d\u5728\u4e86\uff0c\u8fd9\u79cd\u60c5\u51b5\u6b63\u5e38\u5417?","description":"\u66f9\u603b\u56de\u590d\uff1a\u4e4b\u524d\u7684\u5907\u4efd\u529f\u80fd\u4f18\u5316\u8fc7\u4e00\u6b21\uff0c\u4f46\u53ef\u80fd\u8fd8\u6709\u4e0d\u7a33\u5b9a\u7684\u60c5\u51b5\u3002\u76ee\u524d\u6211\u5728\u91cd\u5199\u8fd9\u4e2a\u5907\u4efd\u7684\u529f\u80fd\uff0c\u9884\u8ba16\u6708\u4e2d\u65ec\u80fd\u5f04\u597d","client_id":"","head_of":5064,"status":0,"target_completed_at":"2025-06-15 00:00:00","completed_at":"","created_by":5064,"created_at":"2025-05-29 17:57:08","updated_at":"2025-05-29 17:57:08","is_important":1,"complete_description":"","weight":0,"headOf":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}},"taskGroup":{"id":178,"key":178,"name":"\u91d1\u7545\u900dbug\u8bb0\u5f55","project_id":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":527,"task_group_id":178,"user_id":5064}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10,"avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#e5000a","is_important_display":"\u91cd\u8981","status_display":"\u8fdb\u884c\u4e2d"},{"id":1564,"task_group_id":192,"title":"5-20\n\u4e00\u3001\u91d1\u7545\u900d\u9996\u9875\u6539\u7248\uff1b\n\u4e8c\u3001\u7cfb\u7edf\u8bbe\u7f6e>\u8003\u52e4\u7b56\u7565\u65b0\u5efa\/\u7f16\u8f91\/\u8be6\u60c5\u9875 \u3010\u8003\u52e4\u4eba\u3011\u66f4\u65b0\u4e3a\u3010\u88ab\u8003\u52e4\u4eba\u3011\n\u4e09\u3001\u00a0\u00a0case\u7ba1\u7406>\u65b0\u5efacase>\u516c\u4f17\u53f7\u63a8\u9001\uff1a\u9ed8\u8ba4\u3010\u5fae\u4fe1\u516c\u4f17\u53f7\u662f\u5426\u9700\u8981\u63a8\u9001\u901a\u77e5 \uff1a\u5426\u3011\n\u56db\u3001\u4ed8\u6b3e\u5355\/\u6536\u6b3e\u5355\u529f\u80fd\u7ed3\u7b97\u5355\u4f4d\u641c\u7d22\u4f18\u5316\na.\u652f\u6301\u641c\u7d22\u5ba2\u6237\u540d\u79f0\u548c\u4f9b\u5e94\u5546\u540d\u79f0\uff0c\u4e0b\u62c9\u9009\u9879\u6837\u5f0f\uff1a\ni.\u5ba2\u6237\u540d\u79f0\uff1aXXXXX\uff08\u5ba2\u6237\uff09\nii.\u4f9b\u5e94\u5546\u540d\u79f0\uff1aXXXXX\uff08\u4f9b\u5e94\u5546\uff09\nb.\u641c\u7d22\u63d0\u793a\uff1a\ud83d\udd0d \u8bf7\u8f93\u5165\u5ba2\u6237\/\u4f9b\u5e94\u5546\u540d\u79f0\u3001\u62fc\u97f3\u9996\u5b57\u6bcd\n\u4e94\u3001\u91c7\u8d2d\u5408\u540c\u548c\u9500\u552e\u5408\u540c\uff0c\u663e\u793a\u6536\u6b3e\u5355\u3001\u4ed8\u6b3e\u5355\u4e24\u4e2a\u5217\u8868\uff1b\u5546\u673a\u8be6\u60c5\u9875\u9700\u8981\u663e\u793a\u4e24\u4e2a\u5355\u636e\uff1b\n\u516d\u3001\u91c7\u8d2d\u5408\u540c\u5217\u8868\u9875\uff1a\u53f9\u53f7\u76f4\u63a5\u8df3\u8f6c\u53d1\u7968\u4e0e\u4ed8\u6b3e\u8be6\u60c5\u9875\uff1b\u000b\u9500\u552e\u5408\u540c\u5217\u8868\u9875\uff1a\u53f9\u53f7\u76f4\u63a5\u8df3\u8f6c\u53d1\u7968\u4e0e\u6536\u6b3e\u8be6\u60c5\u9875\uff1b\n\u5ba2\u6237\u3001\u5546\u673a\u3001\u4f9b\u5e94\u5546\u5173\u8054\u5217\u8868\u9875\uff1b\uff08app\u9500\u552e\u5408\u540c\u5f55\u5165\u6536\u6b3e\u4fe1\u606f\u53bb\u6389\uff09\n\u4e03\u3001\u91c7\u8d2d\u8ba2\u5355>\u7f16\u8f91\u5ba1\u6279\u4e2d\u8ba2\u5355 \u5ba1\u6279\u9875\u9762\u66f4\u65b0\uff1b","description":"\u516b\u3001\u9500\u552e\u8ba2\u5355\u8001\u6570\u636e\uff1a\u9500\u552e\u5408\u540c\u521b\u5efa\u65e5\u671f\u5728\u542f\u7528\u8fdb\u9500\u5b58\u4e4b\u524d\u7684\u4e3a\u8001\u6570\u636e\uff1b\n\u4e5d\u3001\u9500\u552e\u5408\u540c\u751f\u6210\u9500\u552e\u8ba2\u5355\u8001\u6570\u636e\u3010\u5b8c\u6210\u72b6\u6001\u3011\u540c\u6b65\u89c4\u5219\n\u5341\u3001\u9500\u552e\u8ba2\u5355\u3010\u5b8c\u6210\u3011\u6309\u94ae\uff0c\u6821\u9a8c\u662f\u5426\u4e3a\u8001\u6570\u636e\n\u5341\u4e00\u3001\u9500\u552e\u8ba2\u5355\u3010\u751f\u6210\u51fa\u5e93\u5355\u3011\uff0c\u6821\u9a8c\u4ea7\u54c1\u914d\u7f6e\u4ea7\u54c1\u5927\u7c7b\u91d1\u989d\u548c\u5408\u540c\u91d1\u989d\u662f\u5426\u5339\u914d\uff1b\n\u5341\u4e8c\u3001\u7f16\u8f91\u9500\u552e\u5408\u540c\u3010\u4ea7\u54c1\u51fa\u5e93\u5355\u5df2\u5b8c\u6210\u3011\u529f\u80fd\u6821\u9a8c\u662f\u5426\u542f\u7528\u8fdb\u9500\u5b58\uff1a\n\u5341\u4e09\u3001\u91c7\u8d2d\u5408\u540c>\u4ed8\u6b3e\u5355\u65b0\u5efa\/\u7f16\u8f91\/\u5408\u540c\u8be6\u60c5\u9875\u5173\u8054\u53d1\u7968\u4e0e\u4ed8\u6b3e\u6837\u5f0f\u4f18\u5316\uff1b\u000b\u9500\u552e\u5408\u540c>\u6536\u6b3e\u5355\u65b0\u5efa\/\u7f16\u8f91\/\u5408\u540c\u8be6\u60c5\u9875\u5173\u8054\u53d1\u7968\u4e0e\u6536\u6b3e\u5355\u6837\u5f0f\u4f18\u5316\uff1b\n\u5341\u56db\u3001\u91c7\u8d2d\u5408\u540c>\u589e\u52a0\u3010\u8d39\u7528\u5408\u540c \u3011\uff08\u6d89\u53ca\uff1a\u65b0\u5efa\u3001\u8be6\u60c5\u3001\u5217\u8868\u9875\u3001\u4f9b\u5e94\u5546\u5173\u8054\u7c7b\u8868\u9875\uff09\n\u5173\u8054\u6a21\u5757\uff1a\u7edf\u8ba1\u5206\u6790\u5e94\u4ed8\u6b3e\u7edf\u8ba1\uff1a\u6309\u4ed8\u6b3e\u8ba1\u5212\u7edf\u8ba1\uff1b\u5df2\u4ed8\u6b3e\u7edf\u8ba1\uff1a\u6309\u73b0\u91d1\u8d39\u7528\u5355\u7684\u8d39\u7528\u91d1\u989d\u7edf\u8ba1\uff1b\n\u5341\u516d\u3001case\u7ba1\u7406>\u65b0\u5efacase>\u516c\u4f17\u53f7\u63a8\u9001\uff1a\u9ed8\u8ba4\u3010\u5fae\u4fe1\u516c\u4f17\u53f7\u662f\u5426\u9700\u8981\u63a8\u9001\u901a\u77e5 \uff1a\u5426\u3011\n\u5341\u4e03\u3001\u610f\u7545\u79d1\u6280\u4f7f\u7528\u516c\u4f17\u53f7\uff0c\u89e3\u51b3\u5b89\u5168\u95ee\u9898\uff1b","client_id":"","head_of":5064,"status":0,"target_completed_at":"","completed_at":"","created_by":5064,"created_at":"2025-06-09 09:36:37","updated_at":"2025-06-09 09:36:52","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}},"taskGroup":{"id":192,"key":192,"name":"\u5468\u4f1a\u4f1a\u8bae\u7eaa\u8981","project_id":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":526,"task_group_id":192,"user_id":5250},{"id":525,"task_group_id":192,"user_id":5064}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10,"avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1562,"task_group_id":192,"title":"2025-05-13\u4f1a\u8bae\u786e\u5b9a\u4fe1\u606f\n\u516b\u3001\u9500\u552e\u8ba2\u5355\u8001\u6570\u636e\uff1a\u9500\u552e\u5408\u540c\u521b\u5efa\u65e5\u671f\u5728\u542f\u7528\u8fdb\u9500\u5b58\u4e4b\u524d\u7684\u4e3a\u8001\u6570\u636e\uff1b\n\u4e5d\u3001\u542f\u7528\u8fdb\u9500\u5b58\u9500\u552e\u5408\u540c\u751f\u6210\u9500\u552e\u8ba2\u5355\u8001\u6570\u636e\uff1a\u9500\u552e\u8ba2\u5355\u5b8c\u6210\u72b6\u6001\uff0c\u6839\u636e\u7f16\u8f91\u9875\u9762\u662f\u5426\u52fe\u9009\u3010\u4ea7\u54c1\u51fa\u5e93\u5355\u5df2\u5b8c\u6210\u3011\u6765\u5224\u65ad\u9500\u552e\u8ba2\u5355\u5b8c\u6210\u72b6\u6001\uff1b\n\u5341\u3001\u9500\u552e\u8ba2\u5355>\u5217\u8868\u9875 \u3010\u5b8c\u6210\u3011\u6309\u94ae\uff0c\u6821\u9a8c\u662f\u5426\u4e3a\u8001\u6570\u636e\uff0c\u8001\u6570\u636e\u751f\u6210\u7684\u9500\u552e\u8ba2\u5355\u663e\u793a\u3010\u5b8c\u6210\/\u53d6\u6d88\u5b8c\u6210\u3011\u6309\u94ae\uff1b\u65b0\u6570\u636e\u4e0d\u663e\u793a\u6b64\u6309\u94ae\uff1b\n\u5341\u4e00\u3001\u9500\u552e\u8ba2\u5355>\u5217\u8868\u9879 \u751f\u6210\u51fa\u5e93\u5355\uff0c\u6821\u9a8c\u4ea7\u54c1\u914d\u7f6e\u4ea7\u54c1\u5927\u7c7b\u91d1\u989d\u548c\u5408\u540c\u91d1\u989d\u662f\u5426\u5339\u914d\uff1b\n\u5341\u4e8c\u3001\u7f16\u8f91\u9500\u552e\u5408\u540c\u3010\u4ea7\u54c1\u51fa\u5e93\u5355\u5df2\u5b8c\u6210\u3011\u6821\u9a8c\u662f\u5426\u542f\u7528\u8fdb\u9500\u5b58\uff1a\u000b\u542f\u7528\uff1a\u8001\u6570\u636e\uff0c\u6309\u94ae\u7f6e\u7070\u72b6\u6001\uff1b\u72b6\u6001\u901a\u8fc7\u8ba2\u5355\u3010\u5b8c\u6210\/\u53d6\u6d88\u5b8c\u6210\u3011\u63a7\u5236\uff1b\u65b0\u5408\u540c\uff0c\u901a\u8fc7\u5408\u540c\u4e0b\u9500\u552e\u8ba2\u5355\u751f\u6210\u7684\u51fa\u5e93\u81ea\u52a8\u66f4\u65b0\u72b6\u6001\uff1b\n\u672a\u542f\u7528\uff1a\u6309\u94ae\u53ef\u4f7f\u7528","description":"\u8fdb\u9500\u5b58\u542f\u7528\/\u505c\u7528\u6838\u5fc3\u89c4\u5219 \n\n\u4e00\u3001\u542f\u7528\u8fdb\u9500\u5b58\u540e \n1. \u5546\u673a\u6210\u4ea4 \n\u25cf \u5fc5\u586b\u4ea7\u54c1\u5927\u7c7b+\u91d1\u989d\uff0c\u4e14\u9700\u4e0e\u5546\u673a\u7c7b\u578b\u5339\u914d\uff0c\u5426\u5219\u63d0\u793a\uff1a\u201c\u4ea7\u54c1\u914d\u7f6e\u672a\u5b8c\u5584\uff0c\u8bf7\u8865\u5145\u540e\u63d0\u4ea4\u201d\u3002 \n\u25cf \u672a\u542f\u7528\u65f6\u975e\u5fc5\u586b\u3002 \n\n2. \u5408\u540c\u7f16\u8f91 \n\u25cf \u9500\u552e\u5408\u540c\u9700\u6821\u9a8c\u4ea7\u54c1\u5927\u7c7b\/\u91d1\u989d\u4e0e\u5546\u673a\u4e00\u81f4\uff08\u540c\u5546\u673a\u89c4\u5219\uff09\u3002 \n\u25cf \u4ed8\u6b3e\u529f\u80fd\u9690\u85cf\uff0c\u4ec5\u901a\u8fc7\u8fdb\u9500\u5b58\u4ed8\u6b3e\u5355\u64cd\u4f5c\uff1b\u7981\u6b62\u7f16\u8f91\u4ed8\u6b3e\u65f6\u95f4\/\u91d1\u989d\u3002 \n\u25cf \u7f16\u8f91\u5408\u540c\u9700\u6821\u9a8c\u9500\u552e\u8ba2\u5355\u5ba1\u6279\u6d41\u72b6\u6001\uff1a\u201c\u5ba1\u6279\u4e2d\u7684\u5408\u540c\u4e0d\u53ef\u7f16\u8f91\u201d\u3002 \n\n3. \u5546\u673a\u6401\u7f6e\/\u5931\u8d25 \n\u25cf \u5b58\u5728\u51fa\u5e93\u5355\u5219\u63d0\u793a\uff1a\u201c\u8bf7\u5148\u5904\u7406\u5173\u8054\u51fa\u5e93\u5355\u201d\uff1b\u65e0\u51fa\u5e93\u5355\u5219\u89e6\u53d1\u9000\u5355\u5ba1\u6279\u6d41\u3002 \n\n\u4e8c\u3001\u9000\u8d27\u529f\u80fd \n1. \u5355\u7b14\u9000\u8d27 \n\u25cf \u5f39\u7a97\u9700\u9009\u5ba1\u6279\u4eba\uff0c\u9000\u8d27\u91d1\u989d=\u539f\u5546\u673a\u91d1\u989d-\u9009\u4e2d\u4ea7\u54c1\u91d1\u989d\u3002 \n\u25cf \u9000\u8d27\u6570\u91cf\u9ed8\u8ba4\u6700\u5927\u503c\uff0c\u672a\u8ba1\u5212\u91d1\u989d\uff1c0\u65f6\u62e6\u622a\u4fdd\u5b58\u3002 \n\n2. \u6574\u5355\u9000\u8d27 \n\u25cf \u6821\u9a8c\u51fa\u5e93\u5355\u5b58\u5728\u6027\uff0c\u65e0\u51fa\u5e93\u5355\u5219\u76f4\u63a5\u9000\u5355\u3002 \n\n\u4e09\u3001\u672a\u542f\u7528\u8fdb\u9500\u5b58 \n\u25cf \u5408\u540c\/\u5546\u673a\u65e0\u5f3a\u5236\u6821\u9a8c\uff0c\u4ed8\u6b3e\u3001\u7f16\u8f91\u3001\u5220\u9664\u529f\u80fd\u6b63\u5e38\u5f00\u653e\u3002 \n\n\u6ce8\uff1a\u5173\u952e\u64cd\u4f5c\u5747\u8bb0\u5f55\u5ba1\u8ba1\u65e5\u5fd7\u3002\n","client_id":"","head_of":5064,"status":0,"target_completed_at":"","completed_at":"","created_by":5064,"created_at":"2025-05-13 14:39:08","updated_at":"2025-05-13 14:39:08","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}},"taskGroup":{"id":192,"key":192,"name":"\u5468\u4f1a\u4f1a\u8bae\u7eaa\u8981","project_id":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":526,"task_group_id":192,"user_id":5250},{"id":525,"task_group_id":192,"user_id":5064}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10,"avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1561,"task_group_id":192,"title":"5-6\u786e\u8ba4\u95ee\u9898\n\n\u8d22\u52a1\u7cfb\u7edf\u8c03\u6574\u5185\u5bb9\uff1a\u000b1\u3001\u53bb\u6389\u7ea2\u5b57\u53cd\u51b2\u6309\u94ae\u3001\u72b6\u6001\u53bb\u6389\u7ea2\u5b57\u53cd\u51b2\u548c\u7ea2\u5b57\u53cd\u51b2\u5ba1\u6838\u4e2d\uff1a\u91c7\u8d2d\u8ba2\u5355\u3001\u9500\u552e\u8ba2\u5355\u3001\u5165\u5e93\u5355\u3001\u51fa\u5e93\u5355\u3001\u91c7\u8d2d\u9000\u8d27\u5355\u3001\u9500\u552e\u9000\u8d27\u5355\uff1b\u000b2\u3001\u7b5b\u9009\uff1a\u5ba1\u6279\u72b6\u6001\u53bb\u6389\u7ea2\u5b57\u53cd\u51b2\uff1a\u91c7\u8d2d\u8ba2\u5355\u3001\u9500\u552e\u8ba2\u5355\u3001\u5165\u5e93\u5355\u3001\u51fa\u5e93\u5355\u3001\u91c7\u8d2d\u9000\u8d27\u5355\u3001\u9500\u552e\u9000\u8d27\u5355\uff1b\u000b3\u3001\u91c7\u8d2d\u5165\u5e93\u5355\uff1a\u53bb\u6389\u3010\u751f\u6210\u9000\u8d27\u5355\u3011\uff1b\u000b4\u3001\u91c7\u8d2d\u9000\u8d27\u5355\uff1a\u53bb\u6389\u3010\u65b0\u5efa\u9000\u8d27\u5355\u3011\uff1b\u53bb\u6389\u6458\u8981\u3001\u53bb\u6389\u9000\u8d27\u4ed3\u5e93\uff1b\u589e\u52a0\u5408\u540c\u7f16\u53f7\u663e\u793a\uff0c\u70b9\u51fb\u53ef\u8fdb\u5165\u5408\u540c\u8be6\u60c5\u9875\uff1b\u8be6\u60c5\u9875\u540c\u6837\u53bb\u6389\u76f8\u5173\u5b57\u6bb5\u589e\u52a0\u5408\u540c\u7f16\u53f7\uff1b\u589e\u52a0\u3010\u9009\u62e9SN\u3011\u529f\u80fd\uff08\u53ef\u80fd\u540e\u671f\u4f18\u5316\uff09\u000b5\u3001\u9500\u552e\u51fa\u5e93\u5355\uff1a\u53bb\u6389\u3010\u751f\u6210\u9000\u8d27\u5355\u3011\uff1b\u000b6\u3001\u9500\u552e\u9000\u8d27\u5355\uff1a\u53bb\u6389\u3010\u65b0\u5efa\u9000\u8d27\u5355\u3011\uff1b\u53bb\u6389\u6458\u8981\u3001\u53bb\u6389\u9000\u8d27\u4ed3\u5e93\uff1b\u589e\u52a0\u5408\u540c\u7f16\u53f7\u663e\u793a\uff0c\u70b9\u51fb\u53ef\u8fdb\u5165\u5408\u540c\u8be6\u60c5\u9875\uff1b\u8be6\u60c5\u9875\u540c\u6837\u53bb\u6389\u76f8\u5173\u5b57\u6bb5\u589e\u52a0\u5408\u540c\u7f16\u53f7\uff1b\u589e\u52a0\u3010\u9009\u62e9SN\u3011\u529f\u80fd\uff08\u53ef\u80fd\u540e\u671f\u4f18\u5316\uff09\u000b7\u3001\u5e93\u5b58\u5217\u8868\u9875>\u4ea7\u54c1\u8be6\u60c5\u9875 \u589e\u52a0\u4ea7\u54c1\u603b\u91d1\u989d\uff08\u5165\u5e93\u6570\u91cf\u540e\u589e\u52a0\u3001\u51fa\u5e93\u6570\u91cf\u540e\u589e\u52a0\uff09\u000b8\u3001\u7f16\u8f91\u5408\u540c\u6309\u94ae\u903b\u8f91\u66f4\u65b0\uff0c\u4e0a\u4f20\u5408\u540c\u3001\u4ed8\u6b3e\u8ba1\u5212\u8ddf\u7740\u7f16\u8f91\u7684\u903b\u8f91\u8d70\uff1b","description":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","completed_at":"","created_by":5064,"created_at":"2025-05-06 17:59:04","updated_at":"2025-05-06 17:59:04","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}},"taskGroup":{"id":192,"key":192,"name":"\u5468\u4f1a\u4f1a\u8bae\u7eaa\u8981","project_id":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":526,"task_group_id":192,"user_id":5250},{"id":525,"task_group_id":192,"user_id":5064}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10,"avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1560,"task_group_id":192,"title":"04-29 \u5f00\u53d1\u786e\u8ba4\n1.\u5ba1\u6279\u7ba1\u7406\/\u8d39\u7528\u62a5\u9500>\u65b0\u5efa\/\u7f16\u8f91 \u5546\u673a\u540d\u79f0\u589e\u52a0\u6210\u4ea4\u65e5\u671f\uff0c\u5012\u5e8f\n3.\u65b0\u5efacase\uff0c\u5546\u673a\u72b6\u6001\u53ef\u5173\u8054\u660e\u786e\u3001\u9690\u6027\u9700\u6c42\n4.\u5f85\u529e\u4e8b\u9879>\u5217\u8868\u9875 \u672a\u5b8c\u6210\u589e\u52a0\u603b\u7ed3\u8f93\u5165\u6846\n5.\u5f85\u529e\u4e8b\u9879>\u65b0\u5efa\/\u7f16\u8f91\u9875\u9762 \u589e\u52a0\u9644\u4ef6\u4e0a\u4f20\u8be6\u60c5\u9875\u589e\u52a0\u9644\u4ef6\u663e\u793a\u5217\u8868\u9875\u589e\u52a0\u9644\u4ef6\u663e\u793a\uff08\u5f85\u529e\u5217\u8868\u9875\u3001\u5ba2\u6237\u5173\u8054\u5f85\u529e\u3001\u5546\u673a\u5173\u8054\u5f85\u529e\n6.\u9500\u552e\u5408\u540c\/\u91c7\u8d2d\u5408\u540c>\u8be6\u60c5\u9875 \u53d1\u7968\u4e0e\u6536\u6b3e \u6536\u6b3e\u8bb0\u5f55\u6309\u6536\u6b3e\u65e5\u671f\u5012\u5e8f\n8.\u9500\u552e\u5408\u540c\/\u91c7\u8d2d\u5408\u540c>\u5f55\u5165\u6536\u6b3e\u91d1\u989d \u53ef\u4ee5\u5f55\u5165\u8d1f\u6570\n9.\u7edf\u8ba1\u5206\u6790>\u5e94\u6536\u6b3e\uff082\u4e2a\u5217\u8868\uff09 \u589e\u52a0\u3010\u9000\u8d27\u5e94\u4ed8\u6b3e\u91d1\u989d\u3011\u65f6\u95f4\u7b5b\u9009\uff1a\u5168\u90e8 \u7edf\u8ba1\u5546\u673a\u6401\u7f6e\u72b6\u6001\u4e0b\u5df2\u7ecf\u6536\u6b3e\u7684\u4fe1\u606f\uff1b\u3010\u672a\u6536\u6b3e\u3011\u91d1\u989d\u4e3a\u8d1f\u6570\uff1b\u6536\u6b3e\u72b6\u6001 \u672a\u5b8c\u6210\uff08\u5df2\u9000\u5355\uff09\uff0c\u5f53\u5f55\u5165\u6536\u6b3e\u91d1\u989d\u4e3a\u8d1f\u6570\uff0c\u8ba1\u7b97\u672a\u6536\u6b3e\u91d1\u989d\u4e3a0\u65f6\uff0c\u72b6\u6001\u4e3a\u5df2\u5b8c\u6210\uff1b\u3010\u903e\u671f\u672a\u4ed8\u6b3e\u3011\u91d1\u989d\u4e3a0\uff1b\u672a\u6536\u6b3e\u91d1\u989d\u8ba1\u7b97\u9000\u5355\u8d1f\u6570\u91d1\u989d\n10.\u7edf\u8ba1\u5206\u6790>\u5e94\u4ed8\u6b3e\uff082\u4e2a\u5217\u8868\uff09 \u589e\u52a0\u3010\u9000\u8d27\u5e94\u6536\u6b3e\u91d1\u989d\u3011\u65f6\u95f4\u7b5b\u9009\uff1a\u5168\u90e8 \u7edf\u8ba1\u91c7\u8d2d\u5408\u540c\u9000\u5355\u72b6\u6001\u5df2\u7ecf\u4ed8\u6b3e\u7684\u4fe1\u606f\uff1b\u3010\u672a\u4ed8\u6b3e\u3011\u91d1\u989d\u4e3a\u8d1f\u6570\uff1b\u3010\u4ed8\u6b3e\u72b6\u6001\u3011\u4e3a\u3010\u672a\u5b8c\u6210\uff08\u5df2\u9000\u5355\uff09\u3011\uff0c\u5f53\u5f55\u5165\u4ed8\u6b3e\u5355\u91d1\u989d\u4e3a\u8d1f\u6570\uff0c\u8ba1\u7b97\u672a\u6536\u6b3e\u91d1\u989d\u4e3a0\u65f6\uff0c\u72b6\u6001\u53d8\u4e3a\u5df2\u5b8c\u6210\uff1b\u3010\u903e\u671f\u672a\u4ed8\u6b3e\u3011\u91d1\u989d\u4e3a0","description":"\u786e\u8ba4\u4fe1\u606f\uff1a\n11.\u7a0e\u8d4b\u7ba1\u7406>\u9500\u552e\/\u91c7\u8d2d\u53d1\u7968 \u5df2\u9000\u5355\u72b6\u6001 \u53d1\u7968\u6807\u8bb0\u3010\u9000\u5355\u5173\u8054\u3011\uff1b\u589e\u52a0\u7b5b\u9009\u662f\u5426\u5df2\u9000\u5355\uff1a\u662f\u3001\u5426\u3001\u516812.\u9500\u552e\u8bb0\u5f55 \u7b5b\u9009\u589e\u52a0\u3010SN\uff1a\u672a\u8bbe\u7f6eSN\u3001\u5df2\u5f55\u5165 SN\u3011\uff0c\u9ed8\u8ba4\u5168\u90e8\uff0c\u653e\u5230\u521b\u5efa\u4eba\u4e0a\u8fb9\uff1b\n14.\u8d22\u52a1\u7cfb\u7edf\u8c03\u6574\u5185\u5bb9\uff1a\u000b1\u3001\u53bb\u6389\u7ea2\u5b57\u53cd\u51b2\u6309\u94ae\u3001\u72b6\u6001\u53bb\u6389\u7ea2\u5b57\u53cd\u51b2\u548c\u7ea2\u5b57\u53cd\u51b2\u5ba1\u6838\u4e2d\uff1a\u91c7\u8d2d\u8ba2\u5355\u3001\u9500\u552e\u8ba2\u5355\u3001\u5165\u5e93\u5355\u3001\u51fa\u5e93\u5355\u3001\u91c7\u8d2d\u9000\u8d27\u5355\u3001\u9500\u552e\u9000\u8d27\u5355\uff1b\u000b2\u3001\u7b5b\u9009\uff1a\u5ba1\u6279\u72b6\u6001\u53bb\u6389\u7ea2\u5b57\u53cd\u51b2\uff1a\u91c7\u8d2d\u8ba2\u5355\u3001\u9500\u552e\u8ba2\u5355\u3001\u5165\u5e93\u5355\u3001\u51fa\u5e93\u5355\u3001\u91c7\u8d2d\u9000\u8d27\u5355\u3001\u9500\u552e\u9000\u8d27\u5355\uff1b\u000b3\u3001\u91c7\u8d2d\u5165\u5e93\u5355\uff1a\u53bb\u6389\u3010\u751f\u6210\u9000\u8d27\u5355\u3011\uff1b\u000b4\u3001\u91c7\u8d2d\u9000\u8d27\u5355\uff1a\u53bb\u6389\u3010\u65b0\u5efa\u9000\u8d27\u5355\u3011\uff1b\u53bb\u6389\u6458\u8981\u3001\u53bb\u6389\u9000\u8d27\u4ed3\u5e93\uff1b\u589e\u52a0\u5408\u540c\u7f16\u53f7\u663e\u793a\uff0c\u70b9\u51fb\u53ef\u8fdb\u5165\u5408\u540c\u8be6\u60c5\u9875\uff1b\u8be6\u60c5\u9875\u540c\u6837\u53bb\u6389\u76f8\u5173\u5b57\u6bb5\u589e\u52a0\u5408\u540c\u7f16\u53f7\uff1b\u589e\u52a0\u3010\u9009\u62e9SN\u3011\u529f\u80fd\uff08\u53ef\u80fd\u540e\u671f\u4f18\u5316\uff09\u000b5\u3001\u9500\u552e\u51fa\u5e93\u5355\uff1a\u53bb\u6389\u3010\u751f\u6210\u9000\u8d27\u5355\u3011\uff1b\u000b6\u3001\u9500\u552e\u9000\u8d27\u5355\uff1a\u53bb\u6389\u3010\u65b0\u5efa\u9000\u8d27\u5355\u3011\uff1b\u53bb\u6389\u6458\u8981\u3001\u53bb\u6389\u9000\u8d27\u4ed3\u5e93\uff1b\u589e\u52a0\u5408\u540c\u7f16\u53f7\u663e\u793a\uff0c\u70b9\u51fb\u53ef\u8fdb\u5165\u5408\u540c\u8be6\u60c5\u9875\uff1b\u8be6\u60c5\u9875\u540c\u6837\u53bb\u6389\u76f8\u5173\u5b57\u6bb5\u589e\u52a0\u5408\u540c\u7f16\u53f7\uff1b\u589e\u52a0\u3010\u9009\u62e9SN\u3011\u529f\u80fd\uff08\u53ef\u80fd\u540e\u671f\u4f18\u5316\uff09\u000b7\u3001\u5e93\u5b58\u5217\u8868\u9875>\u4ea7\u54c1\u8be6\u60c5\u9875 \u589e\u52a0\u4ea7\u54c1\u603b\u91d1\u989d\uff08\u5165\u5e93\u6570\u91cf\u540e\u589e\u52a0\u3001\u51fa\u5e93\u6570\u91cf\u540e\u589e\u52a0\uff09\u000b\u000b","client_id":"","head_of":5064,"status":0,"target_completed_at":"","completed_at":"","created_by":5064,"created_at":"2025-05-06 17:57:34","updated_at":"2025-05-06 17:57:34","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}},"taskGroup":{"id":192,"key":192,"name":"\u5468\u4f1a\u4f1a\u8bae\u7eaa\u8981","project_id":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":526,"task_group_id":192,"user_id":5250},{"id":525,"task_group_id":192,"user_id":5064}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10,"avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1559,"task_group_id":178,"title":"\u274c\u672a\u89e3\u51b3\u2014\u2014\u65b9\u6848\u590d\u6742\uff0c\u4f4e\u9891\u7387\u4e8b\u4ef6\uff0c\u540e\u671f\u89e3\u51b3\n\n\u5f53\u4e24\u4e2a\u4eba\u540c\u65f6\u7f16\u8f91\u4e00\u4e2a\u5408\u540c\u5e76\u4fdd\u5b58\u65f6\uff0c\u540e\u4fdd\u5b58\u7684\u4f1a\u8986\u76d6\u524d\u4e00\u4e2a\u4eba\u7684\u4fee\u6539\uff0c\u8fd9\u662f\u5178\u578b\u7684\"\u6700\u540e\u5199\u5165\u83b7\u80dc\"\u7b56\u7565\u7684\u95ee\u9898\u3002\u5f85\u89e3\u51b3","description":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","completed_at":"","created_by":5064,"created_at":"2025-05-06 17:46:12","updated_at":"2025-05-06 17:46:12","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}},"taskGroup":{"id":178,"key":178,"name":"\u91d1\u7545\u900dbug\u8bb0\u5f55","project_id":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":527,"task_group_id":178,"user_id":5064}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10,"avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1558,"task_group_id":192,"title":"2025-04-22 \n1\u3001\u6682\u65f6\u4e0d\u505a\u5e94\u6536\u6b3e\u589e\u52a0\/\u51cf\u5c11\u3001\u5e94\u4ed8\u6b3e\u589e\u52a0\/\u51cf\u5c11\uff1b\n2\u3001\u8fdb\u9500\u5b58\u589e\u52a0\u3010\u505c\u7528\u8fdb\u9500\u5b58\u3011\u529f\u80fd\uff0c\u505c\u7528\u540e\u6e05\u9664\u8fdb\u9500\u5b58\u6570\u636e\n3\u3001\u70b9\u51fb\u505c\u7528\u8fdb\u9500\u5b58\u540e\uff0c\u9700\u8981\u8f93\u5165\u52a8\u6001\u5bc6\u7801\uff0c\u91d1\u7545\u900d\u63d0\u4f9b\u52a8\u6001\u9a8c\u8bc1\u7801\uff1b\n4\u3001\u5f00\u8d26\u540e\u4ed8\u6b3e\u5355\u3001\u6536\u6b3e\u5355\u4e0d\u751f\u6210\u8001\u6570\u636e\u5355\u636e\uff1b\u4e4b\u524d\u7684\u5355\u636e\u4e0d\u80fd\u8fdb\u884c\u4efb\u4f55\u4fee\u6539\uff1b\n5\u3001\u786e\u8ba4\u8d39\u7528\u62a5\u9500\u6a21\u5757\u662f\u5426\u9700\u8981\u4fee\u6539app\uff1b\n6\u3001\u542f\u7528\u8fdb\u9500\u5b58\u540e\u000b\uff1a\n6-1\u3001\u5546\u673a\u6a21\u5757\u8c03\u6574\u5185\u5bb9\uff1a\u542f\u7528\u8fdb\u9500\u5b58\u540e\uff0c\u5f55\u5165\u3001\u5220\u9664\u6309\u94ae\u9690\u85cf\uff0c\u7f16\u8f91\u53ea\u80fd\u4fee\u6539\u4f4e\u5355\u7f16\u53f7\u548c\u5907\u6ce8\uff1b\n6-2\u3001\u91c7\u8d2d\u7ba1\u7406\u6a21\u5757\u8c03\u6574\u5185\u5bb9\uff1a\u542f\u7528\u8fdb\u9500\u5b58\u540e\uff0c\u5f55\u5165\u3001\u5220\u9664\u6309\u94ae\u9690\u85cf\uff1b\n5.\u671f\u521d\u6536\u4ed8\u6b3e\u9690\u85cf\u7f16\u8f91\u3001\u5220\u9664\u6309\u94ae\uff1b\u9690\u85cf\u52a8\u6001\uff1b\n6.\u4ed8\u6b3e\u5355\uff1a\u8d22\u52a1\u4ed8\u6b3e\u5355\u589e\u52a0\u5b57\u6bb5\u3010\u5173\u8054\u5ba1\u6279\u3011\u5b57\u6bb5\uff1b\n7.\u9500\u552e\u5408\u540c\u3001\u91c7\u8d2d\u5408\u540c\u9000\u5355\u6309\u94ae\u9700\u8981\u68c0\u67e5\u662f\u5426\u6709\u4ed8\u6b3e\u5355\u636e\uff1b\u6709\u7684\u8bdd\u63d0\u793a\u8bf7\u5904\u7406\u4ed8\u6b3e\u5355\u540e\u8fdb\u884c\u9000\u5355\uff1b\n8.\u8d22\u52a1\u7cfb\u7edf\uff1a\u4ed8\u6b3e\u5355\uff1b\n9.\u671f\u521d\u8bbe\u7f6e\uff1a\u8d39\u7528\u7c7b\u578b\u3001\u6536\u5165\u7c7b\u578b\u3001\u5ba1\u6279\u6d41\u9884\u8bbe\uff1b\n10.\u8d22\u52a1\u7cfb\u7edf\uff1a\u8d39\u7528\u5355","description":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","completed_at":"","created_by":5064,"created_at":"2025-04-23 10:47:12","updated_at":"2025-04-23 10:47:12","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}},"taskGroup":{"id":192,"key":192,"name":"\u5468\u4f1a\u4f1a\u8bae\u7eaa\u8981","project_id":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":526,"task_group_id":192,"user_id":5250},{"id":525,"task_group_id":192,"user_id":5064}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10,"avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1557,"task_group_id":178,"title":"\u274c\u672a\u89e3\u51b3-\u7b51\u4e1a-\u7b7e\u5230\u5730\u5740\u4e0e\u5ba2\u6237\u5730\u5740\u8de8\u57ce\u5e02\u5374\u663e\u793a\u8ddd\u79bb0\u7c73-20250423\uff1b\n\u672a\u89e3\u51b3\u539f\u56e0\uff1a\u5ba2\u6237\u4e0d\u80fd\u63d0\u4f9b\u8d26\u53f7\n\u80cc\u666f\uff1a\u5ba2\u6237\u672c\u5730\u5316\u90e8\u7f72\uff0c\u901a\u8fc7VPN\u8bbf\u95ee\u4f7f\u7528\u91d1\u7545\u900d\n\n1\u3001Bug \u6807\u9898\n\u7b7e\u5230\u5730\u5740\u4e0e\u5ba2\u6237\u5730\u5740\u8de8\u57ce\u5e02\u5374\u663e\u793a\u8ddd\u79bb0\u7c73\n\n2\u3001\u73b0\u8c61\n\u7528\u6237\u7b7e\u5230\u5730\u5740\uff08\u4f8b\uff1a\u5317\u4eac\u5e02\u671d\u9633\u533a\uff09\u4e0e\u5ba2\u6237\u5730\u5740\uff08\u4f8b\uff1a\u4e0a\u6d77\u5e02\u6d66\u4e1c\u533a\uff09\u4e0d\u5728\u540c\u4e00\u57ce\u5e02\uff0c\u4f46\u7cfb\u7edf\u663e\u793a\u8ddd\u79bb\u5ba2\u6237 0\u7c73\u3002\n\n\n3\u3001\u590d\u73b0\u6b65\u9aa4\n\n \u5ba2\u6237\u6863\u6848\u4e2d\u8bbe\u7f6e\u5730\u5740\u4e3a \u4e0a\u6d77\u5e02\u6d66\u4e1c\u533aXX\u8defXX\u53f7\uff1b\n\n \u7528\u6237\u5728 \u5317\u4eac\u5e02\u671d\u9633\u533a \u5b8c\u6210\u7b7e\u5230\u64cd\u4f5c\uff1b\n\n \u7cfb\u7edf\u663e\u793a\u7b7e\u5230\u6210\u529f\uff0c\u63d0\u793a \"\u8ddd\u79bb\u5ba2\u6237\uff1a0\u7c73\"\u3002\n\n4\u3001\u9884\u671f\u7ed3\u679c\n\u663e\u793a\u5b9e\u9645\u8ddd\u79bb\uff08\u5982 \u7ea61200\u516c\u91cc\uff09\u6216\u63d0\u793a\u5730\u5740\u5f02\u5e38\u3002\n\n5\u3001\u5b9e\u9645\u7ed3\u679c\n\u9519\u8bef\u8ba1\u7b97\u4e3a 0\u7c73\uff0c\u4e14\u672a\u89e6\u53d1\u8de8\u57ce\u5e02\u6821\u9a8c\u3002\n\n6\u3001\u53ef\u80fd\u539f\u56e0\uff08\u5f85\u6392\u67e5\uff09\n\n \u5730\u5740\u89e3\u6790\u670d\u52a1\u9519\u8bef\uff1a\u4e24\u5730\u5740\u88ab\u9519\u8bef\u89e3\u6790\u4e3a\u76f8\u540c\u7ecf\u7eac\u5ea6\uff1b\n\n \u5750\u6807\u8ba1\u7b97\u903b\u8f91\u7f3a\u9677\uff1a\u672a\u5904\u7406\u8de8\u57ce\u5e02\u5750\u6807\u6216\u5355\u4f4d\u6362\u7b97\u9519\u8bef\uff1b\n\n \u7f13\u5b58\u6c61\u67d3\uff1a\u8bfb\u53d6\u4e86\u540c\u4e00\u5ba2\u6237\u7684\u5386\u53f2\u7b7e\u5230\u5750\u6807\u3002","description":"1\u3001Bug \u6807\u9898\n\u7b7e\u5230\u5730\u5740\u4e0e\u5ba2\u6237\u5730\u5740\u8de8\u57ce\u5e02\u5374\u663e\u793a\u8ddd\u79bb0\u7c73\n\n2\u3001\u73b0\u8c61\n\u7528\u6237\u7b7e\u5230\u5730\u5740\uff08\u4f8b\uff1a\u5317\u4eac\u5e02\u671d\u9633\u533a\uff09\u4e0e\u5ba2\u6237\u5730\u5740\uff08\u4f8b\uff1a\u4e0a\u6d77\u5e02\u6d66\u4e1c\u533a\uff09\u4e0d\u5728\u540c\u4e00\u57ce\u5e02\uff0c\u4f46\u7cfb\u7edf\u663e\u793a\u8ddd\u79bb\u5ba2\u6237 0\u7c73\u3002\n\n3\u3001\u590d\u73b0\u6b65\u9aa4\n\n \u5ba2\u6237\u6863\u6848\u4e2d\u8bbe\u7f6e\u5730\u5740\u4e3a \u4e0a\u6d77\u5e02\u6d66\u4e1c\u533aXX\u8defXX\u53f7\uff1b\n\n \u7528\u6237\u5728 \u5317\u4eac\u5e02\u671d\u9633\u533a \u5b8c\u6210\u7b7e\u5230\u64cd\u4f5c\uff1b\n\n \u7cfb\u7edf\u663e\u793a\u7b7e\u5230\u6210\u529f\uff0c\u63d0\u793a \"\u8ddd\u79bb\u5ba2\u6237\uff1a0\u7c73\"\u3002\n\n4\u3001\u9884\u671f\u7ed3\u679c\n\u663e\u793a\u5b9e\u9645\u8ddd\u79bb\uff08\u5982 \u7ea61200\u516c\u91cc\uff09\u6216\u63d0\u793a\u5730\u5740\u5f02\u5e38\u3002\n\n5\u3001\u5b9e\u9645\u7ed3\u679c\n\u9519\u8bef\u8ba1\u7b97\u4e3a 0\u7c73\uff0c\u4e14\u672a\u89e6\u53d1\u8de8\u57ce\u5e02\u6821\u9a8c\u3002\n\n\n6\u3001\u53ef\u80fd\u539f\u56e0\uff08\u5f85\u6392\u67e5\uff09\n\n \u5730\u5740\u89e3\u6790\u670d\u52a1\u9519\u8bef\uff1a\u4e24\u5730\u5740\u88ab\u9519\u8bef\u89e3\u6790\u4e3a\u76f8\u540c\u7ecf\u7eac\u5ea6\uff1b\n\n \u5750\u6807\u8ba1\u7b97\u903b\u8f91\u7f3a\u9677\uff1a\u672a\u5904\u7406\u8de8\u57ce\u5e02\u5750\u6807\u6216\u5355\u4f4d\u6362\u7b97\u9519\u8bef\uff1b\n\n \u7f13\u5b58\u6c61\u67d3\uff1a\u8bfb\u53d6\u4e86\u540c\u4e00\u5ba2\u6237\u7684\u5386\u53f2\u7b7e\u5230\u5750\u6807\u3002","client_id":"","head_of":5064,"status":0,"target_completed_at":"","completed_at":"","created_by":5064,"created_at":"2025-04-23 10:24:20","updated_at":"2025-04-23 10:29:24","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}},"taskGroup":{"id":178,"key":178,"name":"\u91d1\u7545\u900dbug\u8bb0\u5f55","project_id":"","client_id":"","head_of":5064,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":527,"task_group_id":178,"user_id":5064}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10,"avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1509,"task_group_id":141,"title":"\u5e73\u5747\u552e\u524d\u7528\u65f6\u7b49\u603b\u7528\u65f6\u9664\u6b21\u6570","description":"","client_id":"","head_of":5016,"status":0,"target_completed_at":"","completed_at":"","created_by":5016,"created_at":"2021-05-08 11:23:34","updated_at":"2021-05-08 11:23:34","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","avatar":{"id":35,"user_id":5016,"name":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}},"taskGroup":{"id":141,"key":141,"name":"\u65b0\u529f\u80fd","project_id":"","client_id":"","head_of":5016,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":438,"task_group_id":141,"user_id":5016}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","department_id":10,"avatar":{"id":35,"user_id":5016,"name":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1456,"task_group_id":141,"title":"\u5728\u975e\u6210\u4ea4\u72b6\u6001\u4e0b\uff0c\u6e05\u9664\u56de\u6b3e\u91d1\u989d","description":"","client_id":"","head_of":5016,"status":0,"target_completed_at":"","completed_at":"","created_by":5016,"created_at":"2020-12-24 10:13:16","updated_at":"2020-12-24 10:14:36","is_important":0,"complete_description":"","weight":0,"headOf":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","avatar":{"id":35,"user_id":5016,"name":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}},"taskGroup":{"id":141,"key":141,"name":"\u65b0\u529f\u80fd","project_id":"","client_id":"","head_of":5016,"status":0,"target_completed_at":"","client":{},"project":{},"taskGroupHeadOfRelationships":[{"id":438,"task_group_id":141,"user_id":5016}],"isHeadOf":"","bgcolor":"#0064ec","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","department_id":10,"avatar":{"id":35,"user_id":5016,"name":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"},"department":{"id":10,"key":10,"name":"\u8f6f\u4ef6\u5f00\u53d1"}},"unreadComments":{},"remain_time":"","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":false,"bgcolor":"#0064ec","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"}],"can_create":true,"pagenation":{"totalcount":20,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-08-09 07:36:15') RETURNING "id" |
07:36:15.883 | 2.3 ms | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
07:36:15.944 | 1.9 ms | yii\db\Command::query | SELECT "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 (192, 141, 188, 189, 178, 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 |
07:36:15.881 | 1.9 ms | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
07:36:15.938 | 1.7 ms | yii\db\Command::query | 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) GROUP BY "s"."id", "u"."id" ORDER BY "s"."status", "s"."target_completed_at", "s"."created_at" DESC LIMIT 20 |
07:36:15.941 | 0.9 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "title" AS "name", "project_id", "client_id", "head_of", "status", "target_completed_at" FROM "a57be577deb434"."tbl_task_groups" WHERE "id" IN (189, 187, 188, 178, 192, 141) |
07:36:15.912 | 0.6 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
07:36:15.941 | 0.5 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (5015, 5016, 5064, 5360, 1001)) |
07:36:15.944 | 0.4 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1972 |
07:36:15.979 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id" IN (10, 4) |
07:36:15.943 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=1956 |
07:36:15.978 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1001, 5064, 5016) |
07:36:15.940 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5015, 1001, 5360, 5064, 5016) |
07:36:15.979 | 0.2 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (5016, 5064, 1001)) |
07:36:15.959 | 0.2 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id" IN (192, 141, 188, 189, 178, 187)) |