Log Messages

总计129条数据
TimeLevelCategoryMessage
 
11:27:59.311traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
11:27:59.311traceyii\base\Module::getModuleLoading module: debug
11:27:59.312traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
11:27:59.312traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
11:27:59.312traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
11:27:59.312traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.312traceyii\base\Module::getModuleLoading module: gii
11:27:59.312traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
11:27:59.312traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
11:27:59.312traceyii\web\Application::handleRequestRoute requested: 'v2/task/save-edit-group'
11:27:59.312traceyii\base\Module::getModuleLoading module: v2
11:27:59.313infoyii\web\Session::openSession started
11:27:59.313infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
11:27:59.315infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='rpAaho7HBg3VJ1vNP7yVtm0Uw5j2xu-u'
11:27:59.318traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.318traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.318traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.319traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.319infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
11:27:59.320traceyii\base\Controller::runActionRoute to run: v2/task/save-edit-group
11:27:59.320traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\TaskController::actionSaveEditGroup()
11:27:59.320traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.320traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.320infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='194'
11:27:59.321traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateTask
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Accountant
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Engineer
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: TechDirector
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: CommercialAttache
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 电话销售
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: AccountManager
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: SalesManager
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: SalesDirector
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: ProjectManager
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: GM
11:27:59.322traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 软件开发
11:27:59.322infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=194)
11:27:59.322traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.322traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.323traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'id' in 'app\models\TaskGroups'.
11:27:59.323traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'taskGroupHeads' in 'app\models\TaskGroups'.
11:27:59.323traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'taskGroupUsers' in 'app\models\TaskGroups'.
11:27:59.323infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='2815')
11:27:59.324infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='3805')
11:27:59.325infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5016)
11:27:59.325infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5016)
11:27:59.326infoyii\db\Command::execute
11:27:59.326infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_task_groups" SET "client_id"=2815, "updated_at"='now()', "start_at"='2025-06-25', "project_id"=3805 WHERE "id"=194
11:27:59.328traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.328infoyii\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;
11:27:59.334infoyii\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
11:27:59.342traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.342traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:27:59.342infoyii\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', 194, 'a:0:{}', '', 1000, '211.137.80.11')
11:27:59.350infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=194
11:27:59.351infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5016, 1000, 1017)
11:27:59.351infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5420'
11:27:59.352infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5087'
11:27:59.352infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5295'
11:27:59.353infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5016
11:27:59.353infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1017
11:27:59.353infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
11:27:59.354infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
11:27:59.354traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.354infoyii\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;
11:27:59.357infoyii\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
11:27:59.365traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.365traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:27:59.365infoyii\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, 'taskGroupUsers', 194, 102, 1000, 'now()', '[["\u674e\u6ea6","\u5218\u5fae","\u9b4f\u6cfd\u6587"]]', '[["\u9ad8\u90e1\u9633","\u8f66\u660e\u98de","\u66f9\u6c38\u751f"]]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u6210\u5458","d4":["\u9ad8\u90e1\u9633;\u8f66\u660e\u98de;\u66f9\u6c38\u751f; <b>\u53d8\u4e3a<\/b> \u674e\u6ea6;\u5218\u5fae;\u9b4f\u6cfd\u6587;"]}')
11:27:59.373infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=194
11:27:59.374traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.374traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.374infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_task_group_user_relationships" ("task_group_id", "user_id") VALUES (194, 5420), (194, 5087), (194, 5295)
11:27:59.379infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=194
11:27:59.379infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1000, 1017, 5016)
11:27:59.380infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5087'
11:27:59.380infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5420'
11:27:59.381infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5295'
11:27:59.381infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5016
11:27:59.381infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1017
11:27:59.382infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
11:27:59.382infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
11:27:59.383infoyii\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, 'taskGroupHeads', 194, 102, 1000, 'now()', '[["\u5218\u5fae","\u674e\u6ea6","\u9b4f\u6cfd\u6587"]]', '[["\u9ad8\u90e1\u9633","\u8f66\u660e\u98de","\u66f9\u6c38\u751f"]]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee\u7ecf\u7406","d4":["\u9ad8\u90e1\u9633;\u8f66\u660e\u98de;\u66f9\u6c38\u751f; <b>\u53d8\u4e3a<\/b> \u5218\u5fae;\u674e\u6ea6;\u9b4f\u6cfd\u6587;"]}')
11:27:59.384infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=194
11:27:59.385infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_task_group_head_of_relationships" ("task_group_id", "user_id") VALUES (194, 5087), (194, 5420), (194, 5295)
11:27:59.388traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.388traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.388infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "status"=2 WHERE ("task_group_id"=194) AND ("status"=0) AND ("head_of" NOT IN ('5420', '5087', '5295'))
11:27:59.389traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.389infoyii\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_clients' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
11:27:59.393infoyii\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_clients' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
11:27:59.405traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.406traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:27:59.406infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='2815'
11:27:59.420infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_clients" SET "updated_at"='now()' WHERE "id"=2815
11:27:59.422infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=2815) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
11:27:59.441traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.441infoyii\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;
11:27:59.444infoyii\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
11:27:59.452traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.453traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:27:59.453infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (2815, 1004, 'now()', NULL) RETURNING "id"
11:27:59.458infoyii\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', 165011, 'a:5:{s:2:"id";i:165011;s:9:"client_id";i:2815;s:9:"sales_rep";i:1004;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1000, '211.137.80.11')
11:27:59.459infoyii\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', 2815, 'a:0:{}', '', 1000, '211.137.80.11')
11:27:59.460infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
11:27:59.460infoyii\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', 2815, 10, 194, 102, 1000, '[194]', '[194]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee","d4":["\u6606\u5c71\u9ec4\u9152"]}') RETURNING "id"
11:27:59.461infoyii\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', 509617, 'a:13:{s:2:"id";i:509617;s:9:"object_id";s:4:"2815";s:11:"object_type";i:10;s:9:"target_id";i:194;s:18:"target_object_type";i:102;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:5:"[194]";s:9:"new_value";s:5:"[194]";s:11:"description";s:107:"{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee","d4":["\u6606\u5c71\u9ec4\u9152"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '211.137.80.11')
11:27:59.462traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.462infoyii\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_projects' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
11:27:59.465infoyii\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_projects' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
11:27:59.478traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.478traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:27:59.478infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='3805'
11:27:59.480infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_projects" SET "updated_at"='now()' WHERE "id"=3805
11:27:59.481infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_change_logs" WHERE ("project_id"=3805) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
11:27:59.487traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.487infoyii\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;
11:27:59.490infoyii\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
11:27:59.498traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.498traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:27:59.498infoyii\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', 3805, 'a:0:{}', '', 1000, '211.137.80.11')
11:27:59.500infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=2815
11:27:59.500infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
11:27:59.501infoyii\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', 3805, 1, 194, 102, 1000, '[194]', '[194]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee","d4":["\u6606\u5c71\u9ec4\u9152"]}') RETURNING "id"
11:27:59.502infoyii\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', 509618, 'a:13:{s:2:"id";i:509618;s:9:"object_id";s:4:"3805";s:11:"object_type";i:1;s:9:"target_id";i:194;s:18:"target_object_type";i:102;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:5:"[194]";s:9:"new_value";s:5:"[194]";s:11:"description";s:107:"{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee","d4":["\u6606\u5c71\u9ec4\u9152"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '211.137.80.11')
11:27:59.503traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:27:59.503traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:27:59.503infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 2, 1141, 'v2/task/save-edit-group', '{"TaskGroups":{"client_id":"2815","description":"","id":"194","progress":"","project_id":"3805","situation":"\u5403\u5a1c\u5a1c\u6210\u5c31\u5956","start_at":"2025-06-25","target_completed_at":"2025-11-25","taskGroupHeads":["5087","5420","5295"],"taskGroupUsers":["5420","5087","5295"],"title":"\u6606\u5c71\u9ec4\u9152"},"access_token":"rpAaho7HBg3VJ1vNP7yVtm0Uw5j2xu-u","device_type":"2","posttime":"1751254016","token":"59ae0d4e10cf06dec9981498c70335e9","version_code":"1141"}', '{"code":200,"data":"","status":1,"msg":[{"name":"success","success":"\u9879\u76ee\u5217\u8868\u5df2\u88ab\u6210\u529f\u4fee\u6539","error":""}]}', FALSE, '2025-06-30 11:27:59') RETURNING "id"