All Latest
6a3c896d80b7c: POST https://beta.jinchangxiao.com/v2/task/save-edit at 2026-06-25 09:50:37 am by 39.156.194.178

Log Messages

总计87条数据
TimeLevelCategoryMessage
 
09:50:37.526traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
09:50:37.526traceyii\base\Module::getModuleLoading module: debug
09:50:37.527traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
09:50:37.527traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
09:50:37.527traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
09:50:37.528traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.528infotime tracing start1782352237528545024
09:50:37.528traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
09:50:37.528traceyii\web\Application::handleRequestRoute requested: 'v2/task/save-edit'
09:50:37.528traceyii\base\Module::getModuleLoading module: v2
09:50:37.530infoyii\web\Session::openSession started
09:50:37.531infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
09:50:37.531infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC'
09:50:37.533traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.533traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:50:37.534traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.534traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:50:37.534infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:50:37.535traceyii\base\Controller::runActionRoute to run: v2/task/save-edit
09:50:37.535traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\TaskController::actionSaveEdit()
09:50:37.536traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.536traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:50:37.536infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"='1767'
09:50:37.537traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateTask
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: StoreKeeper
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Engineer
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: TechDirector
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: ProjectManager
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 电话销售
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: AccountManager
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 人力资源
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: SalesDirector
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Treasurer
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: CommercialAttache
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: GM
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Accountant
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: SalesManager
09:50:37.539traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 软件开发
09:50:37.540traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'id' in 'app\models\Tasks'.
09:50:37.540infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1596)
09:50:37.541infoyii\db\Command::querySELECT "id", "parent_id" FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1596
09:50:37.541infoyii\db\Command::querySELECT SUM(weight) FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=106) AND ("id" != 1767) AND (parent_id is null)
09:50:37.542infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=106)
09:50:37.543infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1000')
09:50:37.543infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
09:50:37.546infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:50:37.546infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:50:37.547traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.547infoyii\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;
09:50:37.553infoyii\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
09:50:37.557traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:50:37.557traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
09:50:37.557infoyii\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, 'title', 1767, 101, 1000, 'now()', '["1\u4e0d\u4f1a\u7ed9\u53d1\u4e2a"]', '["1"]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee\u5185\u5bb9","d4":["1 <b>\u53d8\u4e3a<\/b> 1\u4e0d\u4f1a\u7ed9\u53d1\u4e2a"]}'), (2, 'weight', 1767, 101, 1000, 'now()', '["0"]', '[null]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u6743\u91cd","d4":["(\u672a\u8bbe\u7f6e) <b>\u53d8\u4e3a<\/b> (\u672a\u8bbe\u7f6e)"]}')
09:50:37.565infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "title"='1不会给发个', "description"='', "head_of"=1000, "updated_at"='now()', "is_important"=0, "weight"=0, "progress"=0, "start_at"=NULL, "end_at"=NULL WHERE "id"=1767
09:50:37.566traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.566traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:50:37.567infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1767, 'a:1:{s:5:"title";s:16:"1不会给发个";}', '', 1000, '39.156.194.178')
09:50:37.569infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1596
09:50:37.569infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1767, 'a:0:{}', '', 1000, '39.156.194.178')
09:50:37.571infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1767
09:50:37.572infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1775, 'a:0:{}', '', 1000, '39.156.194.178')
09:50:37.573infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "progress"=0 WHERE "id"=1767
09:50:37.574infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1767, 'a:0:{}', '', 1000, '39.156.194.178')
09:50:37.576infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1596
09:50:37.576infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1596
09:50:37.577infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1713, 'a:0:{}', '', 1000, '39.156.194.178')
09:50:37.578infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1767, 'a:0:{}', '', 1000, '39.156.194.178')
09:50:37.580infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1777, 'a:0:{}', '', 1000, '39.156.194.178')
09:50:37.581infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1596, 'a:3:{s:19:"target_completed_at";s:19:"2026-05-30 00:00:00";s:8:"start_at";s:19:"2026-05-14 00:00:00";s:6:"end_at";s:19:"2026-05-30 00:00:00";}', '', 1000, '39.156.194.178')
09:50:37.583infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=106
09:50:37.584traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.584traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:50:37.584infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Tasks', 1596, 'a:3:{s:19:"target_completed_at";s:19:"2026-05-30 00:00:00";s:8:"start_at";s:19:"2026-05-14 00:00:00";s:6:"end_at";s:19:"2026-05-30 00:00:00";}', '', 1000, '39.156.194.178')
09:50:37.585infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=106
09:50:37.586infoyii\db\Command::querySELECT SUM(weight) FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=106) AND ("status"=1)
09:50:37.587infoyii\db\Command::querySELECT "status", "progress" FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=106) AND (parent_id is null)
09:50:37.588infoyii\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', 106, 'a:0:{}', '', 1000, '39.156.194.178')
09:50:37.589infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:50:37.589infoyii\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', 106, 102, 1767, 101, 1000, '[1767]', '[1767]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u6e05\u5355","d4":["1\u4e0d\u4f1a\u7ed9\u53d1\u4e2a"]}') RETURNING "id"
09:50:37.591infoyii\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', 642534, 'a:13:{s:2:"id";i:642534;s:9:"object_id";i:106;s:11:"object_type";i:102;s:9:"target_id";i:1767;s:18:"target_object_type";i:101;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[1767]";s:9:"new_value";s:6:"[1767]";s:11:"description";s:114:"{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u6e05\u5355","d4":["1\u4e0d\u4f1a\u7ed9\u53d1\u4e2a"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '39.156.194.178')
09:50:37.592infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:50:37.593infoyii\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', 1596, 101, 1767, 101, 1000, '[1767]', '[1767]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u6e05\u5355","d4":["1\u4e0d\u4f1a\u7ed9\u53d1\u4e2a"]}') RETURNING "id"
09:50:37.594infoyii\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', 642535, 'a:13:{s:2:"id";i:642535;s:9:"object_id";i:1596;s:11:"object_type";i:101;s:9:"target_id";i:1767;s:18:"target_object_type";i:101;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[1767]";s:9:"new_value";s:6:"[1767]";s:11:"description";s:114:"{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"\u6e05\u5355","d4":["1\u4e0d\u4f1a\u7ed9\u53d1\u4e2a"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '39.156.194.178')
09:50:37.596traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:50:37.598traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:50:37.598infoyii\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, 6, 178, 'v2/task/save-edit', '{"Tasks":{"id":"1767","title":"1\u4e0d\u4f1a\u7ed9\u53d1\u4e2a","start_at":"","end_at":"","description":"","head_of":"1000","is_important":"0","weight":"0","progress":"0"},"posttime":"1782352237","access_token":"R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC","device_type":"6","version_code":"178","token":"be32559f0c7b4b07c5d66b09bed10e74"}', '{"code":200,"data":"","status":1,"msg":[{"name":"success","success":"\u9879\u76ee\u4efb\u52a1\u5df2\u88ab\u6210\u529f\u4fee\u6539","error":""}],"ip":"39.156.194.178","ua":"jinchangxiao\/1.0.42 (HUAWEI Mate 60 BRA-AL00; HarmonyOS 6.1.0)"}', FALSE, '2026-06-25 09:50:37', 70038016) RETURNING "id"