All Latest
6a26a93a2b2de: POST https://beta.jinchangxiao.com/v2/task/save-edit-group at 2026-06-08 07:36:26 pm by 125.78.86.146

Log Messages

总计127条数据
TimeLevelCategoryMessage
 
19:36:26.176traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
19:36:26.176traceyii\base\Module::getModuleLoading module: debug
19:36:26.176traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
19:36:26.176traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
19:36:26.177traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
19:36:26.177traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.177infotime tracing start1780918586177353984
19:36:26.177traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
19:36:26.177traceyii\web\Application::handleRequestRoute requested: 'v2/task/save-edit-group'
19:36:26.177traceyii\base\Module::getModuleLoading module: v2
19:36:26.178infoyii\web\Session::openSession started
19:36:26.178infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
19:36:26.179infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='lLLCHpZSQkMu0_ceemp9PVo8_3HEKkFC'
19:36:26.180traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.180traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.180traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.181traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.181infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
19:36:26.181traceyii\base\Controller::runActionRoute to run: v2/task/save-edit-group
19:36:26.181traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\TaskController::actionSaveEditGroup()
19:36:26.182traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.182traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.182infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='203'
19:36:26.182traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.183traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateTask
19:36:26.183traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: StoreKeeper
19:36:26.183traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Engineer
19:36:26.183traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: TechDirector
19:36:26.183traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: ProjectManager
19:36:26.183traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: 电话销售
19:36:26.183traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: AccountManager
19:36:26.184infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=203)
19:36:26.185traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.185traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.186traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'id' in 'app\models\TaskGroups'.
19:36:26.186traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'taskGroupUsers' in 'app\models\TaskGroups'.
19:36:26.186traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'taskGroupHeads' in 'app\models\TaskGroups'.
19:36:26.186infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
19:36:26.187infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
19:36:26.188infoyii\db\Command::execute
19:36:26.188infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_task_groups" SET "target_completed_at"='2026-06-07', "updated_at"='now()', "start_at"='2026-06-04' WHERE "id"=203
19:36:26.190traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.191infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_action_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
19:36:26.195infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_action_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
19:36:26.205traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.205traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
19:36:26.205infoyii\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', 203, 'a:0:{}', '', 1001, '125.78.86.146')
19:36:26.214infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=203
19:36:26.214infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1001, 1000, 5250, 5016, 5461, 5064)
19:36:26.215infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=203
19:36:26.216traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.216traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.216infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_task_group_user_relationships" ("task_group_id", "user_id") VALUES (203, 1001), (203, 5064), (203, 1000), (203, 5250), (203, 5016), (203, 5461)
19:36:26.224infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=203
19:36:26.224infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1001, 5064, 1000, 5250, 5016, 5461)
19:36:26.225infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5250'
19:36:26.225infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5016'
19:36:26.226infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1001'
19:36:26.226infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5461'
19:36:26.226infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5064'
19:36:26.227infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
19:36:26.227infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5064
19:36:26.227infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
19:36:26.228infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5250
19:36:26.228infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5016
19:36:26.229infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5461
19:36:26.229infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
19:36:26.229traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.229infoyii\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;
19:36:26.232infoyii\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
19:36:26.243traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.243traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
19:36:26.243infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (2, 'taskGroupHeads', 203, 102, 1001, 'now()', '[["\u8463\u8363","\u9ad8\u90e1\u9633","\u5218\u4eba\u8bda","\u8096\u5e05","\u59da\u96ea\u7eaf"]]', '[["\u5218\u4eba\u8bda","\u59da\u96ea\u7eaf","\u66f9\u6c38\u751f","\u8463\u8363","\u9ad8\u90e1\u9633","\u8096\u5e05"]]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u9879\u76ee\u7ecf\u7406","d4":["\u5218\u4eba\u8bda;\u59da\u96ea\u7eaf;\u66f9\u6c38\u751f;\u8463\u8363;\u9ad8\u90e1\u9633;\u8096\u5e05; <b>\u53d8\u4e3a<\/b> \u8463\u8363;\u9ad8\u90e1\u9633;\u5218\u4eba\u8bda;\u8096\u5e05;\u59da\u96ea\u7eaf;"]}')
19:36:26.253infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=203
19:36:26.254infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_task_group_head_of_relationships" ("task_group_id", "user_id") VALUES (203, 5250), (203, 5016), (203, 1001), (203, 5461), (203, 5064)
19:36:26.258traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.258traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.258infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "status"=2 WHERE ("task_group_id"=203) AND ("status"=0) AND ("head_of" NOT IN ('1001', '5064', '1000', '5250', '5016', '5461'))
19:36:26.259infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE (parent_id is null) AND ("task_group_id"=203)
19:36:26.259infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1668
19:36:26.260infoyii\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', 1668, 'a:0:{}', '', 1001, '125.78.86.146')
19:36:26.261infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.261infoyii\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', 1668, 'a:0:{}', '', 1001, '125.78.86.146')
19:36:26.262infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1669
19:36:26.263infoyii\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', 1669, 'a:0:{}', '', 1001, '125.78.86.146')
19:36:26.263infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.264infoyii\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', 1669, 'a:0:{}', '', 1001, '125.78.86.146')
19:36:26.265infoyii\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', 1666, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:00:07";s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-07 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.266infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1666
19:36:26.266infoyii\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', 1666, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:00:07";s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-07 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.267infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.267infoyii\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', 1666, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:00:07";s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-07 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.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\Tasks', 1670, 'a:1:{s:12:"completed_at";s:19:"2026-06-06 11:06:03";}', '', 1001, '125.78.86.146')
19:36:26.269infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1670
19:36:26.269infoyii\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', 1670, 'a:1:{s:12:"completed_at";s:19:"2026-06-06 11:06:03";}', '', 1001, '125.78.86.146')
19:36:26.270infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.271infoyii\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', 1670, 'a:1:{s:12:"completed_at";s:19:"2026-06-06 11:06:03";}', '', 1001, '125.78.86.146')
19:36:26.271infoyii\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', 1658, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:00:47";s:8:"start_at";s:19:"2026-06-02 00:00:00";s:6:"end_at";s:19:"2026-06-02 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.272infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1658
19:36:26.273infoyii\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', 1659, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:00:28";s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-12 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.274infoyii\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', 1658, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:00:47";s:8:"start_at";s:19:"2026-06-02 00:00:00";s:6:"end_at";s:19:"2026-06-02 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.275infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.275infoyii\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', 1658, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:00:47";s:8:"start_at";s:19:"2026-06-02 00:00:00";s:6:"end_at";s:19:"2026-06-02 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.276infoyii\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', 1664, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:01:34";s:8:"start_at";s:19:"2026-06-01 00:00:00";s:6:"end_at";s:19:"2026-06-01 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.277infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1664
19:36:26.277infoyii\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', 1664, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:01:34";s:8:"start_at";s:19:"2026-06-01 00:00:00";s:6:"end_at";s:19:"2026-06-01 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.278infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.278infoyii\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', 1664, 'a:3:{s:12:"completed_at";s:19:"2026-06-04 13:01:34";s:8:"start_at";s:19:"2026-06-01 00:00:00";s:6:"end_at";s:19:"2026-06-01 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.279infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1667
19:36:26.280infoyii\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', 1674, 'a:0:{}', '', 1001, '125.78.86.146')
19:36:26.281infoyii\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', 1675, 'a:0:{}', '', 1001, '125.78.86.146')
19:36:26.281infoyii\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', 1667, 'a:2:{s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-30 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.282infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.283infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_tasks" SET "end_out_value"=23 WHERE "id"=1667
19:36:26.284infoyii\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', 1667, 'a:2:{s:8:"start_at";s:19:"2026-06-04 00:00:00";s:6:"end_at";s:19:"2026-06-30 00:00:00";}', '', 1001, '125.78.86.146')
19:36:26.284infoyii\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', 1671, 'a:1:{s:12:"completed_at";s:19:"2026-06-06 11:06:17";}', '', 1001, '125.78.86.146')
19:36:26.285infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "parent_id"=1671
19:36:26.286infoyii\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', 1671, 'a:1:{s:12:"completed_at";s:19:"2026-06-06 11:06:17";}', '', 1001, '125.78.86.146')
19:36:26.287infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.287infoyii\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', 1671, 'a:1:{s:12:"completed_at";s:19:"2026-06-06 11:06:17";}', '', 1001, '125.78.86.146')
19:36:26.288infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
19:36:26.288infoyii\db\Command::querySELECT SUM(weight) FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=203) AND ("status"=1)
19:36:26.289infoyii\db\Command::querySELECT "status", "progress" FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=203) AND (parent_id is null)
19:36:26.289infoyii\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', 203, 'a:0:{}', '', 1001, '125.78.86.146')
19:36:26.291traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
19:36:26.291traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
19:36:26.292infoyii\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', 1001, 7, 176, 'v2/task/save-edit-group', '{"TaskGroups":{"id":"203","title":"\u9879\u76ee","situation":"\u6d4b\u8bd5","description":"","start_at":"2026-06-04","target_completed_at":"2026-06-07","taskGroupUsers":["1001","5064","1000","5250","5016","5461"],"taskGroupHeads":["5250","5016","1001","5461","5064"]},"posttime":"1780918585","access_token":"lLLCHpZSQkMu0_ceemp9PVo8_3HEKkFC","device_type":"7","version_code":"176","token":"0117b0ce1f8c8462c32db3b7bcc49866"}', '{"code":200,"data":"","status":1,"msg":[{"name":"success","success":"\u9879\u76ee\u5df2\u88ab\u6210\u529f\u4fee\u6539","error":""}],"ip":"125.78.86.146","ua":"jinchangxiao\/1.0.40 (emulator emulator; HarmonyOS 6.1.0)"}', FALSE, '2026-06-08 19:36:26', 114631936) RETURNING "id"