All Latest
6a3e5141d85ae: POST https://beta.jinchangxiao.com/v2/schedule/save-edit at 2026-06-26 06:15:29 pm by 39.156.194.178

Log Messages

总计75条数据
TimeLevelCategoryMessage
 
18:15:29.885traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
18:15:29.885traceyii\base\Module::getModuleLoading module: debug
18:15:29.886traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
18:15:29.886traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
18:15:29.887traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
18:15:29.887traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.888infotime tracing start1782468929888015104
18:15:29.888traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
18:15:29.888traceyii\web\Application::handleRequestRoute requested: 'v2/schedule/save-edit'
18:15:29.888traceyii\base\Module::getModuleLoading module: v2
18:15:29.890infoyii\web\Session::openSession started
18:15:29.891infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
18:15:29.892infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC'
18:15:29.893traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.894traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:15:29.894traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.895traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:15:29.895infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
18:15:29.896traceyii\base\Controller::runActionRoute to run: v2/schedule/save-edit
18:15:29.897traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.899traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
18:15:29.899traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\ScheduleController::actionSaveEdit()
18:15:29.899infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_schedules" WHERE "id"='18347'
18:15:29.900traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.900traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:15:29.900traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateSchedule
18:15:29.900traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: StoreKeeper
18:15:29.900traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: TechDirector
18:15:29.900traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Engineer
18:15:29.900traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
18:15:29.901traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'attachmentFiles' in 'app\models\Schedules'.
18:15:29.901traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'id' in 'app\models\Schedules'.
18:15:29.902infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1000')
18:15:29.902infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
18:15:29.903infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
18:15:29.907infoyii\db\Command::execute
18:15:29.907infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_schedules" SET "end_at"=NULL, "is_public"=1, "project_id"=NULL, "updated_at"='now()' WHERE "id"=18347
18:15:29.911traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.911traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:15:29.911infoyii\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\Schedules', 18347, 'a:0:{}', '', 1000, '39.156.194.178')
18:15:29.915infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=9) AND ("object_id"=18347)
18:15:29.919infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
18:15:29.920traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.920infoyii\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;
18:15:29.927infoyii\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
18:15:29.933traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:15:29.933traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:15:29.933infoyii\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, 'AttachmentRelationships', 18347, 9, 1000, 'now()', '[["32748"]]', '[[]]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u56fe\u7247","d4":[""]}')
18:15:29.963infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=9) AND ("object_id"=18347)
18:15:29.967traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.967infoyii\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_attachement_relationships' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
18:15:29.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_attachement_relationships' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
18:15:29.976traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:15:29.977traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:15:29.977infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_attachement_relationships" ("object_type", "object_id", "attachment_id") VALUES (9, 18347, 32748)
18:15:29.987infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_schedule_carbon_copy_rels" WHERE "schedule_id"=18347
18:15:29.988infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_schedule_carbon_copy_rels" WHERE "schedule_id"=18347
18:15:29.988infoyii\db\Command::querySELECT "id" FROM "a57be577deb434"."tbl_schedule_descriptions" WHERE "schedule_id"=18347
18:15:29.991infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_schedule_descriptions" WHERE ("schedule_id"=18347)
18:15:29.994infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_schedule_carbon_copy_rels" WHERE "schedule_id"=18347
18:15:29.994traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.996traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.997traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:29.997infoyii\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_comments' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
18:15:30.001infoyii\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_comments' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
18:15:30.007traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:15:30.007traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:15:30.007infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_schedules" WHERE "id"=18347
18:15:30.008infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
18:15:30.009infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1000, '9', 18347, '曹永生更新了一条待办事项', TRUE, '事项内容来办事项内容开始时间截止,时间提醒时间负责人。') RETURNING "id"
18:15:30.016infoyii\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\Comments', 220984, 'a:11:{s:2:"id";i:220984;s:9:"object_id";i:18347;s:11:"object_type";s:1:"9";s:6:"parent";N;s:11:"description";s:36:"曹永生更新了一条待办事项";s:10:"created_by";i:1000;s:10:"created_at";N;s:8:"reply_to";N;s:9:"is_system";b:1;s:8:"for_user";N;s:12:"description2";s:81:"事项内容来办事项内容开始时间截止,时间提醒时间负责人。";}', '', 1000, '39.156.194.178')
18:15:30.024infoyii\db\Command::querySELECT "channel_id" FROM "global"."tbl_logins" WHERE (0=1) AND ("id" != 1000) AND (channel_id IS NOT NULL)
18:15:30.025traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:15:30.025traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:15:30.026infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1000, 0, 274, 'v2/schedule/save-edit', '{"access_token":"R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC","Schedules":{"attachmentFiles":["32748"],"schedule_title":"\u4e8b\u9879\u5185\u5bb9\u6765\u529e\u4e8b\u9879\u5185\u5bb9\u5f00\u59cb\u65f6\u95f4\u622a\u6b62\uff0c\u65f6\u95f4\u63d0\u9192\u65f6\u95f4\u8d1f\u8d23\u4eba\u3002","created_by":"1000","start_at":"","is_public":"1","end_at":"","id":"18347","project_id":"","form_scheduleCarbonCopyRels":""},"device_type":"0","version_code":"274","token":"a2465fd3b936fb3bf47a0e7ed7e87489","posttime":"1782468929"}', '{"code":200,"data":"","status":1,"msg":[{"name":"success","success":"\u5f85\u529e\u4e8b\u9879\u5df2\u88ab\u6210\u529f\u4fee\u6539","error":""}],"ip":"39.156.194.178","ua":"jinchangxiao\/2.3.174 (HUAWEIVOG-AL00; Android 10)"}', FALSE, '2026-06-26 18:15:30', 137974784) RETURNING "id"