6a2bc01260852: POST https://beta.jinchangxiao.com/v2/schedule/save-new at 2026-06-12 04:15:14 pm by 223.104.41.38

Log Messages

总计116条数据
TimeLevelCategoryMessage
 
16:15:14.394traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
16:15:14.394traceyii\base\Module::getModuleLoading module: debug
16:15:14.395traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
16:15:14.395traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
16:15:14.395traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
16:15:14.396traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.396infotime tracing start1781252114396385024
16:15:14.396traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
16:15:14.396traceyii\web\Application::handleRequestRoute requested: 'v2/schedule/save-new'
16:15:14.396traceyii\base\Module::getModuleLoading module: v2
16:15:14.397infoyii\web\Session::openSession started
16:15:14.398infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
16:15:14.399infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC'
16:15:14.400traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.400traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.400traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.401traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.401infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
16:15:14.402traceyii\base\Controller::runActionRoute to run: v2/schedule/save-new
16:15:14.402traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.404traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
16:15:14.404traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\ScheduleController::actionSaveNew()
16:15:14.405traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.405traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.405traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'attachmentFiles' in 'app\models\Schedules'.
16:15:14.405traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'headUsers' in 'app\models\Schedules'.
16:15:14.406infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='982')
16:15:14.407infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='4184')
16:15:14.407infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
16:15:14.408infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
16:15:14.408infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_schedules" ("alarm_before", "client_id", "end_at", "is_public", "project_id", "schedule_title", "start_at", "creator", "created_by") VALUES (NULL, 982, '2026-06-12 18:00', 1, 4184, '新建代办事项。', '2026-06-12 16:14', 1000, 1000) RETURNING "id"
16:15:14.417traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.417traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.417infoyii\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\Schedules', 18364, 'a:24:{s:2:"id";i:18364;s:9:"client_id";s:3:"982";s:14:"schedule_title";s:21:"新建代办事项。";s:11:"description";N;s:13:"schedule_week";N;s:8:"start_at";s:19:"2026-06-12 16:14:00";s:11:"complete_at";N;s:20:"complete_description";N;s:11:"is_complete";N;s:12:"alarm_before";N;s:10:"created_by";s:4:"1000";s:10:"created_at";N;s:9:"is_closed";N;s:9:"is_remind";N;s:9:"time_type";N;s:12:"schedule_end";N;s:9:"repeat_id";N;s:6:"end_at";s:19:"2026-06-12 18:00:00";s:9:"is_public";s:1:"1";s:18:"system_calendar_id";N;s:7:"creator";i:1000;s:10:"project_id";s:4:"4184";s:10:"updated_at";N;s:10:"set_top_at";N;}', '', 1000, '223.104.41.38')
16:15:14.421infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_schedule_carbon_copy_rels" WHERE "schedule_id"=18364
16:15:14.422traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.422infoyii\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_schedule_carbon_copy_rels' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
16:15:14.428infoyii\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_schedule_carbon_copy_rels' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
16:15:14.448traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.448traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:15:14.448infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_schedule_carbon_copy_rels" ("schedule_id", "user_id") VALUES (18364, 5016)
16:15:14.454infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=9) AND ("object_id"=18364)
16:15:14.459traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.459infoyii\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;
16:15:14.462infoyii\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
16:15:14.476traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.476traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:15:14.476infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_attachement_relationships" ("object_type", "object_id", "attachment_id") VALUES (9, 18364, 32713)
16:15:14.483infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_schedule_carbon_copy_rels" WHERE "schedule_id"=18364
16:15:14.483infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1000'
16:15:14.484traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.484traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.484infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_schedules" WHERE "id"=18364
16:15:14.485infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
16:15:14.486infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1000, '9', 18364, '曹永生新建了一条待办事项', TRUE, '新建代办事项。') RETURNING "id"
16:15:14.492infoyii\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', 220859, 'a:11:{s:2:"id";i:220859;s:9:"object_id";i:18364;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:21:"新建代办事项。";}', '', 1000, '223.104.41.38')
16:15:14.494traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.494traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.494infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_unread_comments" ("object_id", "object_type", "comment_id", "remind_user_id") VALUES (18364, '9', 220859, 5016)
16:15:14.498infoyii\db\Command::querySELECT "channel_id" FROM "global"."tbl_logins" WHERE ("id"=5016) AND ("id" != 1000) AND (channel_id IS NOT NULL)
16:15:14.499traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.500traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.513traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
16:15:14.513traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
16:15:14.513traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
16:15:14.513infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_schedules" WHERE "id"=18364
16:15:14.515infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
16:15:14.516traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.516traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.516infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (1, 'create', 18364, 9, 1000, '2026-06-12 16:15:14', '{"id":18364,"client_id":982,"schedule_title":"\u65b0\u5efa\u4ee3\u529e\u4e8b\u9879\u3002","description":null,"schedule_week":null,"start_at":"2026-06-12 16:14:00","complete_at":null,"complete_description":null,"is_complete":false,"alarm_before":null,"created_by":1000,"created_at":"2026-06-12 16:15:14","is_closed":false,"is_remind":false,"time_type":null,"schedule_end":null,"repeat_id":null,"end_at":"2026-06-12 18:00:00","is_public":1,"system_calendar_id":null,"creator":1000,"project_id":4184,"updated_at":"2026-06-12 16:15:14","set_top_at":null}', '{"id":18364,"client_id":982,"schedule_title":"\u65b0\u5efa\u4ee3\u529e\u4e8b\u9879\u3002","description":null,"schedule_week":null,"start_at":"2026-06-12 16:14:00","complete_at":null,"complete_description":null,"is_complete":false,"alarm_before":null,"created_by":1000,"created_at":"2026-06-12 16:15:14","is_closed":false,"is_remind":false,"time_type":null,"schedule_end":null,"repeat_id":null,"end_at":"2026-06-12 18:00:00","is_public":1,"system_calendar_id":null,"creator":1000,"project_id":4184,"updated_at":"2026-06-12 16:15:14","set_top_at":null}', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[]}') RETURNING "id"
16:15:14.520infoyii\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', 641875, 'a:13:{s:2:"id";i:641875;s:9:"object_id";i:18364;s:11:"object_type";i:9;s:9:"target_id";N;s:18:"target_object_type";N;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:550:"{"id":18364,"client_id":982,"schedule_title":"\u65b0\u5efa\u4ee3\u529e\u4e8b\u9879\u3002","description":null,"schedule_week":null,"start_at":"2026-06-12 16:14:00","complete_at":null,"complete_description":null,"is_complete":false,"alarm_before":null,"created_by":1000,"created_at":"2026-06-12 16:15:14","is_closed":false,"is_remind":false,"time_type":null,"schedule_end":null,"repeat_id":null,"end_at":"2026-06-12 18:00:00","is_public":1,"system_calendar_id":null,"creator":1000,"project_id":4184,"updated_at":"2026-06-12 16:15:14","set_top_at":null}";s:9:"new_value";s:550:"{"id":18364,"client_id":982,"schedule_title":"\u65b0\u5efa\u4ee3\u529e\u4e8b\u9879\u3002","description":null,"schedule_week":null,"start_at":"2026-06-12 16:14:00","complete_at":null,"complete_description":null,"is_complete":false,"alarm_before":null,"created_by":1000,"created_at":"2026-06-12 16:15:14","is_closed":false,"is_remind":false,"time_type":null,"schedule_end":null,"repeat_id":null,"end_at":"2026-06-12 18:00:00","is_public":1,"system_calendar_id":null,"creator":1000,"project_id":4184,"updated_at":"2026-06-12 16:15:14","set_top_at":null}";s:11:"description";s:93:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[]}";s:10:"created_by";i:1000;s:10:"created_at";s:19:"2026-06-12 16:15:14";s:9:"is_delete";N;}', '', 1000, '223.104.41.38')
16:15:14.522traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:14.522traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:14.523infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=982
16:15:14.538infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_clients" SET "updated_at"='now()' WHERE "id"=982
16:15:14.541infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=982) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
16:15:15.379traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:15.380traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:15.380infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (982, 1001, 'now()', NULL) RETURNING "id"
16:15:15.384infoyii\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', 199972, 'a:5:{s:2:"id";i:199972;s:9:"client_id";i:982;s:9:"sales_rep";i:1001;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1000, '223.104.41.38')
16:15:15.386infoyii\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', 982, 'a:0:{}', '', 1000, '223.104.41.38')
16:15:15.387infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
16:15:15.388infoyii\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 (1, 'create', 982, 10, 18364, 9, 1000, '[18364]', '[18364]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[""]}') RETURNING "id"
16:15:15.390infoyii\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', 641876, 'a:13:{s:2:"id";i:641876;s:9:"object_id";i:982;s:11:"object_type";i:10;s:9:"target_id";i:18364;s:18:"target_object_type";i:9;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:7:"[18364]";s:9:"new_value";s:7:"[18364]";s:11:"description";s:95:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[""]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '223.104.41.38')
16:15:15.391infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=982
16:15:15.393infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
16:15:15.394traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:15.394traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:15.395infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_user_action_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "users", "description") VALUES (1, 'create', 982, 10, 18364, 9, 1000, '18364', '18364', array[1001], '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[""]}') RETURNING "id"
16:15:15.397infoyii\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\UserActionLogs', 172005, 'a:15:{s:2:"id";i:172005;s:9:"object_id";i:982;s:11:"object_type";i:10;s:9:"target_id";i:18364;s:18:"target_object_type";i:9;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:5:"18364";s:9:"new_value";s:5:"18364";s:5:"users";O:17:"yii\db\Expression":2:{s:10:"expression";s:11:"array[1001]";s:6:"params";a:0:{}}s:11:"description";s:95:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[""]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;s:9:"parent_id";N;}', '', 1000, '223.104.41.38')
16:15:15.398traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:15.398traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:15.399infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4184
16:15:15.401infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_projects" SET "updated_at"='now()' WHERE "id"=4184
16:15:15.404infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_change_logs" WHERE ("project_id"=4184) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
16:15:15.408traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:15.408traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:15.409infoyii\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', 4184, 'a:0:{}', '', 1000, '223.104.41.38')
16:15:15.410infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=982
16:15:15.411infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
16:15:15.412infoyii\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 (1, 'create', 4184, 1, 18364, 9, 1000, '[18364]', '[18364]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[""]}') RETURNING "id"
16:15:15.414infoyii\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', 641877, 'a:13:{s:2:"id";i:641877;s:9:"object_id";i:4184;s:11:"object_type";i:1;s:9:"target_id";i:18364;s:18:"target_object_type";i:9;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:7:"[18364]";s:9:"new_value";s:7:"[18364]";s:11:"description";s:95:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[""]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '223.104.41.38')
16:15:15.419infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4184
16:15:15.420infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=982
16:15:15.420infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
16:15:15.421infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_user_action_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "users", "description") VALUES (1, 'create', 4184, 1, 18364, 9, 1000, '18364', '18364', array[1001], '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[""]}') RETURNING "id"
16:15:15.424infoyii\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\UserActionLogs', 172006, 'a:15:{s:2:"id";i:172006;s:9:"object_id";i:4184;s:11:"object_type";i:1;s:9:"target_id";i:18364;s:18:"target_object_type";i:9;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:5:"18364";s:9:"new_value";s:5:"18364";s:5:"users";O:17:"yii\db\Expression":2:{s:10:"expression";s:11:"array[1001]";s:6:"params";a:0:{}}s:11:"description";s:95:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u5f85\u529e\u4e8b\u9879","d4":[""]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;s:9:"parent_id";N;}', '', 1000, '223.104.41.38')
16:15:15.425traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:15.425infoyii\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_schedule_head_of_rels' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
16:15:15.429infoyii\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_schedule_head_of_rels' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
16:15:15.448traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:15.448traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:15:15.448infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_schedule_head_of_rels" ("user_id", "schedule_id") VALUES (1000, 18364)
16:15:15.455traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:15.455traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:15.455infoyii\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, 2, 1159, 'v2/schedule/save-new', '{"Schedules":{"alarm_before":"","attachmentFiles":["32713"],"client_id":"982","end_at":"2026-06-12 18:00","form_scheduleCarbonCopyRels":["5016"],"headUsers":["1000"],"is_public":"1","project_id":"4184","schedule_title":"\u65b0\u5efa\u4ee3\u529e\u4e8b\u9879\u3002","start_at":"2026-06-12 16:14"},"access_token":"R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC","device_type":"2","posttime":"1781252096","token":"f227c2108c541c3b24a90017191a68a2","version_code":"1159"}', '{"code":200,"data":{"id":null},"status":1,"msg":[{"name":"success","success":"\u65b0\u5f85\u529e\u4e8b\u9879\u5df2\u521b\u5efa\u6210\u529f","error":""}],"ip":"223.104.41.38","ua":"jinchangxiao\/2.3.156 (iPhone 12; iOS 26.5; Scale\/3.00)"}', FALSE, '2026-06-12 16:15:15', 1059203072) RETURNING "id"