Log Messages

总计129条数据
TimeLevelCategoryMessage
 
22:57:01.929traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
22:57:01.929traceyii\base\Module::getModuleLoading module: debug
22:57:01.929traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
22:57:01.929traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
22:57:01.929traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
22:57:01.929traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.929infotime tracing start1780498621929945088
22:57:01.930traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
22:57:01.930traceyii\web\Application::handleRequestRoute requested: 'vue/task/save-edit-group'
22:57:01.930traceyii\base\Module::getModuleLoading module: vue
22:57:01.930infoyii\web\Session::openSession started
22:57:01.931infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
22:57:01.931infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
22:57:01.932traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.932traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.932traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.932traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.932infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
22:57:01.933traceyii\base\Controller::runActionRoute to run: vue/task/save-edit-group
22:57:01.933traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.934traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
22:57:01.934traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\TaskController::actionSaveEditGroup()
22:57:01.934traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.934traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.934infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='201'
22:57:01.935traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateTask
22:57:01.935traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: StoreKeeper
22:57:01.935traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Engineer
22:57:01.935traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: TechDirector
22:57:01.935traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: ProjectManager
22:57:01.935traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 电话销售
22:57:01.935traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: AccountManager
22:57:01.935infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=201)
22:57:01.935traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.935traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.937traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'id' in 'app\models\TaskGroups'.
22:57:01.937traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'client_name' in 'app\models\TaskGroups'.
22:57:01.937traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'taskGroupUsers' in 'app\models\TaskGroups'.
22:57:01.937traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'taskGroupHeads' in 'app\models\TaskGroups'.
22:57:01.937infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3432')
22:57:01.938infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='4079')
22:57:01.938infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
22:57:01.938infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
22:57:01.939infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
22:57:01.940infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
22:57:01.940traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.940infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_object_change_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
22:57:01.943infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_object_change_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
22:57:01.954traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.954traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
22:57:01.954infoyii\db\Command::executeINSERT 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.956infoyii\db\Command::executeUPDATE "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.957traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.957infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_action_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
22:57:01.960infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_action_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
22:57:01.970traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.970traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
22:57:01.970infoyii\db\Command::executeINSERT 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.971infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=201
22:57:01.971infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
22:57:01.972infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=201
22:57:01.973traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.973traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.973infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_task_group_user_relationships" ("task_group_id", "user_id") VALUES (201, 1001)
22:57:01.977infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=201
22:57:01.977infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
22:57:01.978infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=201
22:57:01.980infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_task_group_head_of_relationships" ("task_group_id", "user_id") VALUES (201, 1001)
22:57:01.987traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.987traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.987infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "status"=2 WHERE ("task_group_id"=201) AND ("status"=0) AND ("head_of"<>'1001')
22:57:01.988traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:01.988traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:01.988infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3432'
22:57:02.028infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_clients" SET "updated_at"='now()' WHERE "id"=3432
22:57:02.036infoyii\db\Command::querySELECT * 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.968traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:02.968infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_client_am_change_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
22:57:02.971infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_client_am_change_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
22:57:02.989traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:02.989traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
22:57:02.989infoyii\db\Command::queryINSERT 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.993infoyii\db\Command::executeINSERT 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.994infoyii\db\Command::executeINSERT 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.995infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
22:57:02.996infoyii\db\Command::queryINSERT 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.997infoyii\db\Command::executeINSERT 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.998traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:02.999traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:02.999infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='4079'
22:57:03.000infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_projects" SET "updated_at"='now()' WHERE "id"=4079
22:57:03.003infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_change_logs" WHERE ("project_id"=4079) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
22:57:03.008traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:03.009infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_project_change_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
22:57:03.013infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_project_change_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
22:57:03.033traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:03.033traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
22:57:03.034infoyii\db\Command::executeINSERT 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.035infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=3432
22:57:03.035infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
22:57:03.036infoyii\db\Command::queryINSERT 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.038infoyii\db\Command::executeINSERT 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.039infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE (parent_id is null) AND ("task_group_id"=201)
22:57:03.040infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1662
22:57:03.041infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "end_out_value"=3 WHERE "id"=1663
22:57:03.042infoyii\db\Command::executeINSERT 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.043infoyii\db\Command::executeINSERT 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.043infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201
22:57:03.044infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "is_start_out"=TRUE, "start_out_value"=2 WHERE "id"=1662
22:57:03.045infoyii\db\Command::executeINSERT 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.046infoyii\db\Command::executeINSERT 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.047infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1660
22:57:03.048infoyii\db\Command::executeINSERT 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.049infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201
22:57:03.049infoyii\db\Command::executeINSERT 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.050infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1661
22:57:03.051infoyii\db\Command::executeINSERT 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.052infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201
22:57:03.052infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "is_end_out"=TRUE, "end_out_value"=1 WHERE "id"=1661
22:57:03.053infoyii\db\Command::executeINSERT 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.054infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201
22:57:03.055infoyii\db\Command::querySELECT SUM(weight) FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=201) AND ("status"=1)
22:57:03.055infoyii\db\Command::querySELECT "status", "progress" FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=201) AND (parent_id is null)
22:57:03.056infoyii\db\Command::executeINSERT 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.057traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:03.058traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:57:03.058infoyii\db\Command::queryINSERT 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.059traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:57:03.059traceyii\redis\Connection::executeCommandExecuting Redis Command: SET