| 22:57:01.929 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 22:57:01.929 | trace | yii\base\Module::getModule | Loading module: debug |
| 22:57:01.929 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 22:57:01.929 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 22:57:01.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 22:57:01.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.929 | info | time tracing start | 1780498621929945088 |
| 22:57:01.930 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 22:57:01.930 | trace | yii\web\Application::handleRequest | Route requested: 'vue/task/save-edit-group' |
| 22:57:01.930 | trace | yii\base\Module::getModule | Loading module: vue |
| 22:57:01.930 | info | yii\web\Session::open | Session started |
| 22:57:01.931 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 22:57:01.931 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 22:57:01.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.932 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 22:57:01.933 | trace | yii\base\Controller::runAction | Route to run: vue/task/save-edit-group |
| 22:57:01.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.934 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 22:57:01.934 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\TaskController::actionSaveEditGroup() |
| 22:57:01.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.934 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='201' |
| 22:57:01.935 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking permission: updateTask |
| 22:57:01.935 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: StoreKeeper |
| 22:57:01.935 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Engineer |
| 22:57:01.935 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: TechDirector |
| 22:57:01.935 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: ProjectManager |
| 22:57:01.935 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: 电话销售 |
| 22:57:01.935 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: AccountManager |
| 22:57:01.935 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=201) |
| 22:57:01.935 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.935 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.937 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'id' in 'app\models\TaskGroups'. |
| 22:57:01.937 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'client_name' in 'app\models\TaskGroups'. |
| 22:57:01.937 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'taskGroupUsers' in 'app\models\TaskGroups'. |
| 22:57:01.937 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'taskGroupHeads' in 'app\models\TaskGroups'. |
| 22:57:01.937 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3432') |
| 22:57:01.938 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='4079') |
| 22:57:01.938 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001) |
| 22:57:01.938 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001) |
| 22:57:01.939 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 22:57:01.940 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 22:57:01.940 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.940 | info | 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_object_change_logs'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
| 22:57:01.943 | info | 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_object_change_logs'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
| 22:57:01.954 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.954 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
| 22:57:01.954 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (2, 'target_completed_at', 201, 102, 1001, 'now()', '["2026-06-03 00:00:00"]', '[null]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u622a\u6b62\u65e5\u671f","d4":["(\u672a\u8bbe\u7f6e) <b>\u53d8\u4e3a<\/b> 2026-06-03 00:00:00"]}'), (2, 'start_at', 201, 102, 1001, 'now()', '["2026-06-03 00:00:00"]', '[null]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u5f00\u59cb\u65f6\u95f4","d4":["(\u672a\u8bbe\u7f6e) <b>\u53d8\u4e3a<\/b> 2026-06-03 00:00:00"]}') |
| 22:57:01.956 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_task_groups" SET "client_id"=3432, "target_completed_at"='2026/06/03 00:00', "updated_at"='now()', "start_at"='2026/06/03 00:00', "project_id"=4079 WHERE "id"=201 |
| 22:57:01.957 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.957 | info | 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_action_logs'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
| 22:57:01.960 | info | 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_action_logs'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
| 22:57:01.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
| 22:57:01.970 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\TaskGroups', 201, 'a:2:{s:19:"target_completed_at";s:19:"2026-06-03 00:00:00";s:8:"start_at";s:19:"2026-06-03 00:00:00";}', '', 1001, '111.194.208.14') |
| 22:57:01.971 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=201 |
| 22:57:01.971 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 22:57:01.972 | info | yii\db\Command::execute | DELETE FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=201 |
| 22:57:01.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.973 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_task_group_user_relationships" ("task_group_id", "user_id") VALUES (201, 1001) |
| 22:57:01.977 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=201 |
| 22:57:01.977 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 22:57:01.978 | info | yii\db\Command::execute | DELETE FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=201 |
| 22:57:01.980 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_task_group_head_of_relationships" ("task_group_id", "user_id") VALUES (201, 1001) |
| 22:57:01.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.987 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_tasks" SET "status"=2 WHERE ("task_group_id"=201) AND ("status"=0) AND ("head_of"<>'1001') |
| 22:57:01.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:01.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:01.988 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3432' |
| 22:57:02.028 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_clients" SET "updated_at"='now()' WHERE "id"=3432 |
| 22:57:02.036 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=3432) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1 |
| 22:57:02.968 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:02.968 | info | 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_client_am_change_logs'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
| 22:57:02.971 | info | 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_client_am_change_logs'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
| 22:57:02.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:02.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
| 22:57:02.989 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (3432, 1001, 'now()', NULL) RETURNING "id" |
| 22:57:02.993 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ClientAmChangeLogs', 199835, 'a:5:{s:2:"id";i:199835;s:9:"client_id";i:3432;s:9:"sales_rep";i:1001;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1001, '111.194.208.14') |
| 22:57:02.994 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Clients', 3432, 'a:0:{}', '', 1001, '111.194.208.14') |
| 22:57:02.995 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 22:57:02.996 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "description") VALUES (2, 'update', 3432, 10, 201, 102, 1001, '[201]', '[201]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee","d4":["11"]}') RETURNING "id" |
| 22:57:02.997 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 641064, 'a:13:{s:2:"id";i:641064;s:9:"object_id";s:4:"3432";s:11:"object_type";i:10;s:9:"target_id";i:201;s:18:"target_object_type";i:102;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:5:"[201]";s:9:"new_value";s:5:"[201]";s:11:"description";s:85:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee","d4":["11"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '111.194.208.14') |
| 22:57:02.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:02.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:02.999 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='4079' |
| 22:57:03.000 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_projects" SET "updated_at"='now()' WHERE "id"=4079 |
| 22:57:03.003 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_change_logs" WHERE ("project_id"=4079) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1 |
| 22:57:03.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:03.009 | info | 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_project_change_logs'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
| 22:57:03.013 | info | 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_project_change_logs'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
| 22:57:03.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:03.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
| 22:57:03.034 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Projects', 4079, 'a:0:{}', '', 1001, '111.194.208.14') |
| 22:57:03.035 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=3432 |
| 22:57:03.035 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 22:57:03.036 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "description") VALUES (2, 'update', 4079, 1, 201, 102, 1001, '[201]', '[201]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee","d4":["11"]}') RETURNING "id" |
| 22:57:03.038 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 641065, 'a:13:{s:2:"id";i:641065;s:9:"object_id";s:4:"4079";s:11:"object_type";i:1;s:9:"target_id";i:201;s:18:"target_object_type";i:102;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:5:"[201]";s:9:"new_value";s:5:"[201]";s:11:"description";s:85:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee","d4":["11"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '111.194.208.14') |
| 22:57:03.039 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_tasks" WHERE (parent_id is null) AND ("task_group_id"=201) |
| 22:57:03.040 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1662 |
| 22:57:03.041 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_tasks" SET "end_out_value"=3 WHERE "id"=1663 |
| 22:57:03.042 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1663, 'a:2:{s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-04 00:00:00";}', '', 1001, '111.194.208.14') |
| 22:57:03.043 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1662, 'a:2:{s:8:"start_at";s:19:"2026-06-01 00:00:00";s:6:"end_at";s:19:"2026-06-01 00:00:00";}', '', 1001, '111.194.208.14') |
| 22:57:03.043 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201 |
| 22:57:03.044 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_tasks" SET "is_start_out"=TRUE, "start_out_value"=2 WHERE "id"=1662 |
| 22:57:03.045 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1662, 'a:3:{s:8:"start_at";s:19:"2026-06-01 00:00:00";s:6:"end_at";s:19:"2026-06-01 00:00:00";s:15:"start_out_value";d:2;}', '', 1001, '111.194.208.14') |
| 22:57:03.046 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1660, 'a:3:{s:12:"completed_at";s:19:"2026-06-03 21:54:39";s:8:"start_at";s:19:"2026-06-02 00:00:00";s:6:"end_at";s:19:"2026-06-05 00:00:00";}', '', 1001, '111.194.208.14') |
| 22:57:03.047 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1660 |
| 22:57:03.048 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1660, 'a:3:{s:12:"completed_at";s:19:"2026-06-03 21:54:39";s:8:"start_at";s:19:"2026-06-02 00:00:00";s:6:"end_at";s:19:"2026-06-05 00:00:00";}', '', 1001, '111.194.208.14') |
| 22:57:03.049 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201 |
| 22:57:03.049 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1660, 'a:3:{s:12:"completed_at";s:19:"2026-06-03 21:54:39";s:8:"start_at";s:19:"2026-06-02 00:00:00";s:6:"end_at";s:19:"2026-06-05 00:00:00";}', '', 1001, '111.194.208.14') |
| 22:57:03.050 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1661 |
| 22:57:03.051 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1661, 'a:2:{s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-04 00:00:00";}', '', 1001, '111.194.208.14') |
| 22:57:03.052 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201 |
| 22:57:03.052 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_tasks" SET "is_end_out"=TRUE, "end_out_value"=1 WHERE "id"=1661 |
| 22:57:03.053 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1661, 'a:4:{s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-04 00:00:00";s:10:"is_end_out";b:1;s:13:"end_out_value";d:1;}', '', 1001, '111.194.208.14') |
| 22:57:03.054 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201 |
| 22:57:03.055 | info | yii\db\Command::query | SELECT SUM(weight) FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=201) AND ("status"=1) |
| 22:57:03.055 | info | yii\db\Command::query | SELECT "status", "progress" FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=201) AND (parent_id is null) |
| 22:57:03.056 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\TaskGroups', 201, 'a:0:{}', '', 1001, '111.194.208.14') |
| 22:57:03.057 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:03.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:57:03.058 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/task/save-edit-group', '{"TaskGroups":{"id":"201","client_id":"3432","project_id":"4079","client_name":"\u4e2d\u56fd\u6c11\u822a\u7ba1\u7406\u5e72\u90e8\u5b66\u9662","title":"11","situation":"11","start_at":"2026\/06\/03 00:00","target_completed_at":"2026\/06\/03 00:00","taskGroupUsers":["1001"],"taskGroupHeads":["1001"],"description":""}}', '{"code":2000,"result":"","status":1,"msg":[{"name":"success","success":"\u9879\u76ee\u5df2\u88ab\u6210\u529f\u4fee\u6539","error":""}],"mod":0,"ip":"111.194.208.14","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/148.0.0.0 Safari\/537.36"}', FALSE, '2026-06-03 22:57:03', 1128320000) RETURNING "id" |
| 22:57:03.059 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:57:03.059 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |