Log Messages

总计143条数据
TimeLevelCategoryMessage
 
15:57:19.747traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
15:57:19.747traceyii\base\Module::getModuleLoading module: debug
15:57:19.747traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
15:57:19.747traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
15:57:19.747traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
15:57:19.748traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.748infotime tracing start1780559839748379904
15:57:19.748traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
15:57:19.748traceyii\web\Application::handleRequestRoute requested: 'vue/work-log/save-new'
15:57:19.748traceyii\base\Module::getModuleLoading module: vue
15:57:19.749infoyii\web\Session::openSession started
15:57:19.749infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
15:57:19.749infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
15:57:19.751traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.751traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.752traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.752traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.752infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:57:19.753traceyii\base\Controller::runActionRoute to run: vue/work-log/save-new
15:57:19.753traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.755traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
15:57:19.755traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\WorkLogController::actionSaveNew()
15:57:19.756traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.757infoyii\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_work_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
15:57:19.764infoyii\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_work_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
15:57:19.789traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.789traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15:57:19.790traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'client_name' in 'app\models\WorkLogs'.
15:57:19.790traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'form_workLogVerifyRels' in 'app\models\WorkLogs'.
15:57:19.790traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'project_title' in 'app\models\WorkLogs'.
15:57:19.790traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'files' in 'app\models\WorkLogs'.
15:57:19.790infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3354')
15:57:19.791infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='4177')
15:57:19.792infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
15:57:19.792infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_work_log_scenario_options" WHERE "id"='71')
15:57:19.792infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_work_log_scenarios" WHERE "id"='1')
15:57:19.793infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_work_logs" ("client_id", "end_at", "start_at", "description", "scenario_id", "scenario_option_id", "escort", "project_id", "is_draft", "created_by", "status") VALUES (3354, '2026/06/04 15:01', '2026-06-04 14:57', '', 1, 71, '', 4177, FALSE, 1001, 0) RETURNING "id"
15:57:19.802traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.802traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.802infoyii\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\WorkLogs', 39169, 'a:19:{s:2:"id";i:39169;s:9:"client_id";s:4:"3354";s:11:"scenario_id";s:1:"1";s:18:"scenario_option_id";s:2:"71";s:6:"end_at";s:19:"2026-06-04 15:01:00";s:10:"created_by";i:1001;s:10:"created_at";N;s:10:"updated_at";N;s:8:"start_at";s:19:"2026-06-04 14:57:00";s:11:"description";s:0:"";s:6:"escort";s:0:"";s:8:"is_draft";s:1:"0";s:11:"location_id";N;s:10:"project_id";s:4:"4177";s:14:"location_in_id";N;s:15:"location_out_id";N;s:6:"status";i:0;s:10:"indistance";N;s:11:"outdistance";N;}', '', 1001, '221.216.117.119')
15:57:19.804infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3354'
15:57:19.804traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.805traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.805infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=18) AND ("object_id"=39169)
15:57:19.809infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=101) AND ("object_id"=39169)
15:57:19.814infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_work_log_verify_rels" WHERE "work_log_id"=39169
15:57:19.815traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.815infoyii\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_work_log_verify_rels' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
15:57:19.819infoyii\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_work_log_verify_rels' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
15:57:19.842traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.842traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15:57:19.842infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_work_log_verify_rels" ("work_log_id", "user_id", "status") VALUES (39169, 5064, 0)
15:57:19.851infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_logs" WHERE "id"=39169
15:57:19.851infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_log_carbon_copy_rels" WHERE "work_log_id"=39169
15:57:19.853traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.854traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.859infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_log_scenario_options" WHERE "id"='71'
15:57:19.865traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.865infoyii\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_work_log_scenario_options' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
15:57:19.870infoyii\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_work_log_scenario_options' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
15:57:19.894traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.894traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15:57:19.894traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.894traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.894infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_logs" WHERE "id"=39169
15:57:19.895infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
15:57:19.898infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1001, '19', 39169, '刘人诚新建了一条拜访客户的工作日志', TRUE, '') RETURNING "id"
15:57:19.900infoyii\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', 220700, 'a:11:{s:2:"id";i:220700;s:9:"object_id";i:39169;s:11:"object_type";s:2:"19";s:6:"parent";N;s:11:"description";s:51:"刘人诚新建了一条拜访客户的工作日志";s:10:"created_by";i:1001;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:0:"";}', '', 1001, '221.216.117.119')
15:57:19.903infoyii\db\Command::querySELECT "channel_id" FROM "global"."tbl_logins" WHERE (0=1) AND ("id" != 1001) AND (channel_id IS NOT NULL)
15:57:19.904traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
15:57:19.904traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
15:57:19.904traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
15:57:19.904infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_log_verify_rels" WHERE "work_log_id"=39169 ORDER BY "id"
15:57:19.905infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_log_scenario_options" WHERE "id"=71
15:57:19.910infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_logs" WHERE "id"=39169
15:57:19.910infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
15:57:19.911infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1001, '19', 39169, '刘人诚有一条拜访客户的工作日志需要审阅', TRUE, '') RETURNING "id"
15:57:19.912infoyii\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', 220701, 'a:11:{s:2:"id";i:220701;s:9:"object_id";i:39169;s:11:"object_type";s:2:"19";s:6:"parent";N;s:11:"description";s:57:"刘人诚有一条拜访客户的工作日志需要审阅";s:10:"created_by";i:1001;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:0:"";}', '', 1001, '221.216.117.119')
15:57:19.913traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.914traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.914infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_unread_comments" ("object_id", "object_type", "comment_id", "remind_user_id") VALUES (39169, '19', 220701, 5064)
15:57:19.918infoyii\db\Command::querySELECT "channel_id" FROM "global"."tbl_logins" WHERE ("id"=5064) AND ("id" != 1001) AND (channel_id IS NOT NULL)
15:57:19.919infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_logs" WHERE "id"=39169
15:57:19.919infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:57:19.920traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:19.920traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:19.920infoyii\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', 39169, 19, 1001, '2026-06-04 15:57:19', '{"id":39169,"client_id":3354,"scenario_id":1,"scenario_option_id":71,"end_at":"2026-06-04 15:01:00","created_by":1001,"created_at":"2026-06-04 15:57:19","updated_at":"2026-06-04 15:57:19","start_at":"2026-06-04 14:57:00","description":"","escort":"","is_draft":false,"location_id":null,"project_id":4177,"location_in_id":null,"location_out_id":null,"status":0,"indistance":null,"outdistance":null}', '{"id":39169,"client_id":3354,"scenario_id":1,"scenario_option_id":71,"end_at":"2026-06-04 15:01:00","created_by":1001,"created_at":"2026-06-04 15:57:19","updated_at":"2026-06-04 15:57:19","start_at":"2026-06-04 14:57:00","description":"","escort":"","is_draft":false,"location_id":null,"project_id":4177,"location_in_id":null,"location_out_id":null,"status":0,"indistance":null,"outdistance":null}', '{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":[]}') RETURNING "id"
15:57:19.922infoyii\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', 641147, 'a:13:{s:2:"id";i:641147;s:9:"object_id";i:39169;s:11:"object_type";i:19;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:397:"{"id":39169,"client_id":3354,"scenario_id":1,"scenario_option_id":71,"end_at":"2026-06-04 15:01:00","created_by":1001,"created_at":"2026-06-04 15:57:19","updated_at":"2026-06-04 15:57:19","start_at":"2026-06-04 14:57:00","description":"","escort":"","is_draft":false,"location_id":null,"project_id":4177,"location_in_id":null,"location_out_id":null,"status":0,"indistance":null,"outdistance":null}";s:9:"new_value";s:397:"{"id":39169,"client_id":3354,"scenario_id":1,"scenario_option_id":71,"end_at":"2026-06-04 15:01:00","created_by":1001,"created_at":"2026-06-04 15:57:19","updated_at":"2026-06-04 15:57:19","start_at":"2026-06-04 14:57:00","description":"","escort":"","is_draft":false,"location_id":null,"project_id":4177,"location_in_id":null,"location_out_id":null,"status":0,"indistance":null,"outdistance":null}";s:11:"description";s:93:"{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":[]}";s:10:"created_by";i:1001;s:10:"created_at";s:19:"2026-06-04 15:57:19";s:9:"is_delete";N;}', '', 1001, '221.216.117.119')
15:57:19.923infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3354'
15:57:19.926infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_clients" SET "updated_at"='now()', "is_overdue_remind"=FALSE WHERE "id"=3354
15:57:19.928infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=3354) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
15:57:20.224traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:20.224traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:20.224infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (3354, 1005, 'now()', NULL) RETURNING "id"
15:57:20.226infoyii\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', 199848, 'a:5:{s:2:"id";i:199848;s:9:"client_id";i:3354;s:9:"sales_rep";i:1005;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1001, '221.216.117.119')
15:57:20.227infoyii\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', 3354, 'a:0:{}', '', 1001, '221.216.117.119')
15:57:20.228infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_log_scenario_options" WHERE "id"=71
15:57:20.228infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:57:20.229infoyii\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', 3354, 10, 39169, 19, 1001, '[39169]', '[39169]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":["\u62dc\u8bbf\u5ba2\u6237"]}') RETURNING "id"
15:57:20.230infoyii\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', 641148, 'a:13:{s:2:"id";i:641148;s:9:"object_id";i:3354;s:11:"object_type";i:10;s:9:"target_id";i:39169;s:18:"target_object_type";i:19;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:7:"[39169]";s:9:"new_value";s:7:"[39169]";s:11:"description";s:119:"{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":["\u62dc\u8bbf\u5ba2\u6237"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '221.216.117.119')
15:57:20.231infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=3354
15:57:20.231infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:57:20.232traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:20.232traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:20.232infoyii\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', 3354, 10, 39169, 19, 1001, '39169', '39169', array[1005,1001], '{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":["\u62dc\u8bbf\u5ba2\u6237"]}') RETURNING "id"
15:57:20.233infoyii\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', 171908, 'a:15:{s:2:"id";i:171908;s:9:"object_id";i:3354;s:11:"object_type";i:10;s:9:"target_id";i:39169;s:18:"target_object_type";i:19;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:5:"39169";s:9:"new_value";s:5:"39169";s:5:"users";O:17:"yii\db\Expression":2:{s:10:"expression";s:16:"array[1005,1001]";s:6:"params";a:0:{}}s:11:"description";s:119:"{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":["\u62dc\u8bbf\u5ba2\u6237"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;s:9:"parent_id";N;}', '', 1001, '221.216.117.119')
15:57:20.234traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:20.234traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:20.234infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4177
15:57:20.235infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_projects" SET "updated_at"='now()' WHERE "id"=4177
15:57:20.236infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_change_logs" WHERE ("project_id"=4177) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
15:57:20.240traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:20.240traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:20.240infoyii\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', 4177, 'a:0:{}', '', 1001, '221.216.117.119')
15:57:20.241infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=3354
15:57:20.242infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:57:20.242infoyii\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', 4177, 1, 39169, 19, 1001, '[39169]', '[39169]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":["\u62dc\u8bbf\u5ba2\u6237"]}') RETURNING "id"
15:57:20.243infoyii\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', 641149, 'a:13:{s:2:"id";i:641149;s:9:"object_id";i:4177;s:11:"object_type";i:1;s:9:"target_id";i:39169;s:18:"target_object_type";i:19;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:7:"[39169]";s:9:"new_value";s:7:"[39169]";s:11:"description";s:119:"{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":["\u62dc\u8bbf\u5ba2\u6237"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '221.216.117.119')
15:57:20.244infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4177
15:57:20.244infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=3354
15:57:20.245infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:57:20.245infoyii\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', 4177, 1, 39169, 19, 1001, '39169', '39169', array[1005], '{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":["\u62dc\u8bbf\u5ba2\u6237"]}') RETURNING "id"
15:57:20.246infoyii\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', 171909, 'a:15:{s:2:"id";i:171909;s:9:"object_id";i:4177;s:11:"object_type";i:1;s:9:"target_id";i:39169;s:18:"target_object_type";i:19;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:5:"39169";s:9:"new_value";s:5:"39169";s:5:"users";O:17:"yii\db\Expression":2:{s:10:"expression";s:11:"array[1005]";s:6:"params";a:0:{}}s:11:"description";s:119:"{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u5de5\u4f5c\u65e5\u5fd7","d4":["\u62dc\u8bbf\u5ba2\u6237"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;s:9:"parent_id";N;}', '', 1001, '221.216.117.119')
15:57:20.247infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3354'
15:57:20.248infoyii\db\Command::querySELECT COUNT(*) FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("scenario_id"=1) AND ("location_out_id" IS NOT NULL) AND ("location_in_id" IS NOT NULL) AND ("created_at" >= '2026-01-01 00:00:00') AND ("created_at" <= '2026-12-31 23:59:59') AND ("client_id"=3354)
15:57:20.249infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=3354) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
15:57:20.266infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (3354, 1005, 'now()', NULL) RETURNING "id"
15:57:20.267infoyii\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', 199849, 'a:5:{s:2:"id";i:199849;s:9:"client_id";i:3354;s:9:"sales_rep";i:1005;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1001, '221.216.117.119')
15:57:20.268infoyii\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', 3354, 'a:0:{}', '', 1001, '221.216.117.119')
15:57:20.271traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
15:57:20.271traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
15:57:20.271traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
15:57:20.271infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_work_log_verify_rels" WHERE "work_log_id"=39169 ORDER BY "id"
15:57:20.272infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=19) AND ("object_id"=39169) AND ("created_by"=5064))
15:57:20.311infoyii\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\WorkLogVerifyRels', 16066, 'a:0:{}', '', 1001, '221.216.117.119')
15:57:20.314infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_work_logs" SET "status"=-1 WHERE "id"=39169
15:57:20.315infoyii\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\WorkLogs', 39169, 'a:3:{s:6:"end_at";s:19:"2026-06-04 15:01:00";s:8:"start_at";s:19:"2026-06-04 14:57:00";s:6:"status";i:-1;}', '', 1001, '221.216.117.119')
15:57:20.316infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='3354'
15:57:20.317traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:20.319traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:57:20.319infoyii\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/work-log/save-new', '{"WorkLogs":{"client_id":"3354","client_name":"\u822a\u5929\u79d1\u6280\u4e00\u966215\u6240","end_at":"2026\/06\/04 15:01","start_at":"2026-06-04 14:57","description":"","scenario_id":"1","scenario_option_id":"71","escort":"","project_id":"4177","is_draft":"0","form_workLogVerifyRels":["5064"],"project_title":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260604001","files":"","form_workLogCarbonCopyRels":""},"web_access_token":"-ooNs73DKJQ01PCpcbuHx_usnaO5SdwJ"}', '{"code":2000,"result":{"id":39169},"status":1,"msg":[{"name":"success","success":"\u65b0\u5de5\u4f5c\u65e5\u5fd7\u5df2\u521b\u5efa\u6210\u529f","error":""}],"mod":0,"ip":"221.216.117.119","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko\/20100101 Firefox\/151.0"}', FALSE, '2026-06-04 15:57:20', 571382016) RETURNING "id"
15:57:20.321traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:57:20.321traceyii\redis\Connection::executeCommandExecuting Redis Command: SET