16:18:03.538 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
16:18:03.538 | trace | yii\base\Module::getModule | Loading module: debug |
16:18:03.538 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
16:18:03.539 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
16:18:03.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
16:18:03.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.539 | trace | yii\base\Module::getModule | Loading module: gii |
16:18:03.539 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
16:18:03.539 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
16:18:03.539 | trace | yii\web\Application::handleRequest | Route requested: 'v2/case/save-new' |
16:18:03.539 | trace | yii\base\Module::getModule | Loading module: v2 |
16:18:03.540 | info | yii\web\Session::open | Session started |
16:18:03.540 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
16:18:03.542 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om' |
16:18:03.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.546 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
16:18:03.547 | trace | yii\base\Controller::runAction | Route to run: v2/case/save-new |
16:18:03.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.549 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
16:18:03.549 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\v2\controllers\CaseController::actionSaveNew() |
16:18:03.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.549 | info | yii\db\Command::query | SELECT
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_cases'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
16:18:03.554 | info | yii\db\Command::query | select
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_cases'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
16:18:03.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
16:18:03.558 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'attachmentFiles' in 'app\models\Cases'. |
16:18:03.558 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'caseServices' in 'app\models\Cases'. |
16:18:03.559 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='1661') |
16:18:03.559 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_contacts" WHERE "id"='3165') |
16:18:03.560 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='1791') |
16:18:03.561 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000) |
16:18:03.561 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5248') |
16:18:03.562 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_cases" WHERE ("created_at" >= '2025-09-10 00:00:00') AND ("created_at" < '2025-09-11 00:00:00') ORDER BY "id" DESC |
16:18:03.563 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_cases" ("case_type", "start_at", "last_engineer", "alarm_before", "contact_id", "client_id", "description", "task_group_id", "spent_time", "project_id", "need_push", "created_by", "created_at", "case_no") VALUES (1, '2025-09-10 16:17', 5248, '00:05:00', 3165, 1661, '', NULL, '1 hour', 1791, FALSE, 1000, '2025-09-10 16:18:03', 'PS250910001') RETURNING "id" |
16:18:03.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.567 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\Cases', 8763, 'a:24:{s:2:"id";i:8763;s:9:"client_id";s:4:"1661";s:10:"contact_id";s:4:"3165";s:10:"project_id";s:4:"1791";s:13:"last_engineer";s:4:"5248";s:9:"case_type";s:1:"1";s:11:"case_status";N;s:8:"start_at";s:19:"2025-09-10 16:17:00";s:9:"closed_at";N;s:6:"points";N;s:18:"deduct_points_from";N;s:10:"created_by";i:1000;s:10:"created_at";s:19:"2025-09-10 16:18:03";s:10:"updated_at";N;s:7:"case_no";s:11:"PS250910001";s:11:"description";s:0:"";s:10:"spent_time";s:6:"1 hour";s:12:"alarm_before";s:8:"00:05:00";s:10:"suspend_at";N;s:12:"completed_at";N;s:20:"mp_submit_contact_id";N;s:13:"attachment_id";N;s:9:"need_push";b:0;s:13:"task_group_id";s:0:"";}', '', 1000, '114.246.239.150') |
16:18:03.568 | info | yii\db\Command::execute | DELETE FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=25) AND ("object_id"=8763) |
16:18:03.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.570 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_attachement_relationships" ("object_type", "object_id", "attachment_id") VALUES (25, 8763, 28089), (25, 8763, 28090) |
16:18:03.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.573 | info | yii\db\Command::query | SELECT
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_case_services'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
16:18:03.575 | info | yii\db\Command::query | select
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_case_services'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
16:18:03.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
16:18:03.579 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8763) |
16:18:03.579 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_services" WHERE "id"=275) |
16:18:03.580 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_case_services" ("case_id", "service_id", "quantity") VALUES (8763, 275, 1) RETURNING "id" |
16:18:03.582 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\CaseServices', 14513, 'a:4:{s:2:"id";i:14513;s:7:"case_id";i:8763;s:10:"service_id";i:275;s:8:"quantity";s:1:"1";}', '', 1000, '114.246.239.150') |
16:18:03.583 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.583 | info | yii\db\Command::query | SELECT
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_case_assignments'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
16:18:03.586 | info | yii\db\Command::query | select
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_case_assignments'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
16:18:03.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
16:18:03.589 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8763) |
16:18:03.590 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5248') |
16:18:03.590 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000) |
16:18:03.590 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_case_assignments" ("case_id", "engineer_id", "assignment_status", "points", "assigned_by") VALUES (8763, 5248, 1, 0, 1000) RETURNING "id" |
16:18:03.594 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\CaseAssignments', 8811, 'a:9:{s:2:"id";i:8811;s:7:"case_id";i:8763;s:11:"engineer_id";s:4:"5248";s:17:"assignment_status";i:1;s:6:"points";i:0;s:11:"assigned_by";i:1000;s:11:"assigned_at";N;s:10:"updated_at";N;s:7:"percent";N;}', '', 1000, '114.246.239.150') |
16:18:03.595 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='1661' |
16:18:03.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.596 | info | yii\db\Command::query | SELECT
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_clients'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
16:18:03.600 | info | yii\db\Command::query | select
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_clients'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
16:18:03.604 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.604 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
16:18:03.604 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_case_services" WHERE "case_id"=8763 |
16:18:03.605 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_services" WHERE "id"=275 |
16:18:03.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.605 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_cases" SET "deduct_points_from"=1001, "points"=250, "case_status"=2 WHERE "id"=8763 |
16:18:03.606 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Cases', 8763, 'a:4:{s:8:"start_at";s:19:"2025-09-10 16:17:00";s:11:"case_status";i:2;s:6:"points";i:250;s:18:"deduct_points_from";i:1001;}', '', 1000, '114.246.239.150') |
16:18:03.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.608 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='1661') |
16:18:03.608 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5248') |
16:18:03.609 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8763) |
16:18:03.609 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_calendars" ("title", "end_at", "start_at", "is_public", "created_by", "client_id", "alarm_before", "case_id", "is_remind", "is_system", "is_sync") VALUES ('技术方案-二级文档:', '2025-09-10 17:17:00', '2025-09-10 16:17:00', 1, 5248, 1661, '00:05:00', 8763, FALSE, FALSE, FALSE) RETURNING "id" |
16:18:03.612 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\Calendars', 277431, 'a:17:{s:2:"id";i:277431;s:9:"client_id";s:4:"1661";s:5:"title";s:26:"技术方案-二级文档:";s:11:"description";N;s:8:"start_at";s:19:"2025-09-10 16:17:00";s:6:"end_at";s:19:"2025-09-10 17:17:00";s:9:"is_public";i:1;s:10:"created_by";s:4:"5248";s:10:"created_at";N;s:12:"alarm_before";s:8:"00:05:00";s:9:"is_remind";b:0;s:18:"system_calendar_id";N;s:9:"is_system";b:0;s:7:"is_sync";b:0;s:7:"case_id";i:8763;s:11:"schedule_id";N;s:10:"project_id";N;}', '', 1000, '114.246.239.150') |
16:18:03.614 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8763 |
16:18:03.614 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
16:18:03.615 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5248' |
16:18:03.615 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=1661 |
16:18:03.616 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_case_carbon_copy_rels" WHERE "case_id"=8763 |
16:18:03.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.617 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8763 |
16:18:03.617 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000) |
16:18:03.617 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1000, '18', 8763, '曹永生为文佳龙新建了一个Case', TRUE, '') RETURNING "id" |
16:18:03.618 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\Comments', 191154, 'a:11:{s:2:"id";i:191154;s:9:"object_id";i:8763;s:11:"object_type";s:2:"18";s:6:"parent";N;s:11:"description";s:40:"曹永生为文佳龙新建了一个Case";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:0:"";}', '', 1000, '114.246.239.150') |
16:18:03.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.619 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_unread_comments" ("object_id", "object_type", "comment_id", "remind_user_id") VALUES (8763, '18', 191154, '5248'), (8763, '18', 191154, 1001) |
16:18:03.621 | info | yii\db\Command::query | SELECT "channel_id" FROM "global"."tbl_logins" WHERE ("id" IN ('5248', 1001)) AND ("id" != 1000) AND (channel_id IS NOT NULL) |
16:18:03.621 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8763 |
16:18:03.622 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=1661 |
16:18:03.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: INCR |
16:18:03.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HSET |
16:18:03.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: LPUSH |
16:18:03.626 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=1791 |
16:18:03.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: INCR |
16:18:03.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HSET |
16:18:03.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: LPUSH |
16:18:03.627 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
16:18:03.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.628 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (1, 'create', 8763, 18, 1000, '2025-09-10 16:18:03', '{"id":8763,"client_id":1661,"contact_id":3165,"project_id":1791,"last_engineer":5248,"case_type":1,"case_status":2,"start_at":"2025-09-10 16:17:00","closed_at":null,"points":250,"deduct_points_from":1001,"created_by":1000,"created_at":"2025-09-10 16:18:03","updated_at":"2025-09-10 16:18:03","case_no":"PS250910001","description":"","spent_time":"1 hour","alarm_before":"00:05:00","suspend_at":null,"completed_at":null,"mp_submit_contact_id":null,"attachment_id":null,"need_push":false,"task_group_id":null}', '{"id":8763,"client_id":1661,"contact_id":3165,"project_id":1791,"last_engineer":5248,"case_type":1,"case_status":2,"start_at":"2025-09-10 16:17:00","closed_at":null,"points":250,"deduct_points_from":1001,"created_by":1000,"created_at":"2025-09-10 16:18:03","updated_at":"2025-09-10 16:18:03","case_no":"PS250910001","description":"","spent_time":"1 hour","alarm_before":"00:05:00","suspend_at":null,"completed_at":null,"mp_submit_contact_id":null,"attachment_id":null,"need_push":false,"task_group_id":null}', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":[]}') RETURNING "id" |
16:18:03.629 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 564785, 'a:13:{s:2:"id";i:564785;s:9:"object_id";i:8763;s:11:"object_type";i:18;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:507:"{"id":8763,"client_id":1661,"contact_id":3165,"project_id":1791,"last_engineer":5248,"case_type":1,"case_status":2,"start_at":"2025-09-10 16:17:00","closed_at":null,"points":250,"deduct_points_from":1001,"created_by":1000,"created_at":"2025-09-10 16:18:03","updated_at":"2025-09-10 16:18:03","case_no":"PS250910001","description":"","spent_time":"1 hour","alarm_before":"00:05:00","suspend_at":null,"completed_at":null,"mp_submit_contact_id":null,"attachment_id":null,"need_push":false,"task_group_id":null}";s:9:"new_value";s:507:"{"id":8763,"client_id":1661,"contact_id":3165,"project_id":1791,"last_engineer":5248,"case_type":1,"case_status":2,"start_at":"2025-09-10 16:17:00","closed_at":null,"points":250,"deduct_points_from":1001,"created_by":1000,"created_at":"2025-09-10 16:18:03","updated_at":"2025-09-10 16:18:03","case_no":"PS250910001","description":"","spent_time":"1 hour","alarm_before":"00:05:00","suspend_at":null,"completed_at":null,"mp_submit_contact_id":null,"attachment_id":null,"need_push":false,"task_group_id":null}";s:11:"description";s:73:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":[]}";s:10:"created_by";i:1000;s:10:"created_at";s:19:"2025-09-10 16:18:03";s:9:"is_delete";N;}', '', 1000, '114.246.239.150') |
16:18:03.630 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
16:18:03.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.631 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_user_action_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "users", "description") VALUES (1, 'create', 8763, 18, 1000, '2025-09-10 16:18:03', '{"form_caseCarbonCopyRels":null,"keyword":"","from":"","to":"","period":"","unread":0}', '{"form_caseCarbonCopyRels":null,"keyword":"","from":"","to":"","period":"","unread":0}', array[1001,5248], '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":[]}') RETURNING "id" |
16:18:03.632 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\UserActionLogs', 152216, 'a:15:{s:2:"id";i:152216;s:9:"object_id";i:8763;s:11:"object_type";i:18;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:86:"{"form_caseCarbonCopyRels":null,"keyword":"","from":"","to":"","period":"","unread":0}";s:9:"new_value";s:86:"{"form_caseCarbonCopyRels":null,"keyword":"","from":"","to":"","period":"","unread":0}";s:5:"users";O:17:"yii\db\Expression":2:{s:10:"expression";s:16:"array[1001,5248]";s:6:"params";a:0:{}}s:11:"description";s:73:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":[]}";s:10:"created_by";i:1000;s:10:"created_at";s:19:"2025-09-10 16:18:03";s:9:"is_delete";N;s:9:"parent_id";N;}', '', 1000, '114.246.239.150') |
16:18:03.633 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=1661 |
16:18:03.635 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_clients" SET "updated_at"='now()' WHERE "id"=1661 |
16:18:03.636 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=1661) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1 |
16:18:03.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.650 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (1661, 1001, 'now()', NULL) RETURNING "id" |
16:18:03.651 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ClientAmChangeLogs', 180734, 'a:5:{s:2:"id";i:180734;s:9:"client_id";i:1661;s:9:"sales_rep";i:1001;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1000, '114.246.239.150') |
16:18:03.652 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Clients', 1661, 'a:0:{}', '', 1000, '114.246.239.150') |
16:18:03.653 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
16:18:03.653 | info | yii\db\Command::query | INSERT 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', 1661, 10, 8763, 18, 1000, '[8763]', '[8763]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":["Case\u7f16\u53f7:PS250910001"]}') RETURNING "id" |
16:18:03.654 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 564786, 'a:13:{s:2:"id";i:564786;s:9:"object_id";i:1661;s:11:"object_type";i:10;s:9:"target_id";i:8763;s:18:"target_object_type";i:18;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:6:"[8763]";s:9:"new_value";s:6:"[8763]";s:11:"description";s:103:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":["Case\u7f16\u53f7:PS250910001"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '114.246.239.150') |
16:18:03.655 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=1791 |
16:18:03.656 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_projects" SET "updated_at"='now()' WHERE "id"=1791 |
16:18:03.658 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_change_logs" WHERE ("project_id"=1791) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1 |
16:18:03.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.660 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Projects', 1791, 'a:1:{s:6:"end_at";s:19:"2021-04-19 22:25:38";}', '', 1000, '114.246.239.150') |
16:18:03.661 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=1661 |
16:18:03.661 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
16:18:03.662 | info | yii\db\Command::query | INSERT 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', 1791, 1, 8763, 18, 1000, '[8763]', '[8763]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":["Case\u7f16\u53f7:PS250910001"]}') RETURNING "id" |
16:18:03.663 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 564787, 'a:13:{s:2:"id";i:564787;s:9:"object_id";i:1791;s:11:"object_type";i:1;s:9:"target_id";i:8763;s:18:"target_object_type";i:18;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:6:"[8763]";s:9:"new_value";s:6:"[8763]";s:11:"description";s:103:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":["Case\u7f16\u53f7:PS250910001"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '114.246.239.150') |
16:18:03.664 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=1661 |
16:18:03.664 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
16:18:03.665 | info | yii\db\Command::query | INSERT 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', 1791, 1, 8763, 18, 1000, '8763', '8763', array[1001], '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":["Case\u7f16\u53f7:PS250910001"]}') RETURNING "id" |
16:18:03.665 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\UserActionLogs', 152217, 'a:15:{s:2:"id";i:152217;s:9:"object_id";i:1791;s:11:"object_type";i:1;s:9:"target_id";i:8763;s:18:"target_object_type";i:18;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:4:"8763";s:9:"new_value";s:4:"8763";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:103:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"Case","d4":["Case\u7f16\u53f7:PS250910001"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;s:9:"parent_id";N;}', '', 1000, '114.246.239.150') |
16:18:03.666 | info | yii\db\Command::query | SELECT * FROM "global"."tbl_enterprises" WHERE "id"=2 |
16:18:03.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: INCR |
16:18:03.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HSET |
16:18:03.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: LPUSH |
16:18:03.668 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='1661' |
16:18:03.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.670 | info | yii\db\Command::query | SELECT COUNT(*) FROM "a57be577deb434"."tbl_cases" WHERE ("case_type"=1) AND ("case_status"=5) AND ("created_at" >= '2025-01-01 00:00:00') AND ("created_at" <= '2025-12-31 23:59:59') AND ("client_id"=1661) |
16:18:03.671 | info | yii\db\Command::query | SELECT COUNT(*) FROM "a57be577deb434"."tbl_cases" WHERE ("case_type"=2) AND ("case_status"=5) AND ("created_at" >= '2025-01-01 00:00:00') AND ("created_at" <= '2025-12-31 23:59:59') AND ("client_id"=1661) |
16:18:03.673 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=1661) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1 |
16:18:03.682 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (1661, 1001, 'now()', NULL) RETURNING "id" |
16:18:03.683 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ClientAmChangeLogs', 180735, 'a:5:{s:2:"id";i:180735;s:9:"client_id";i:1661;s:9:"sales_rep";i:1001;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1000, '114.246.239.150') |
16:18:03.683 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Clients', 1661, 'a:0:{}', '', 1000, '114.246.239.150') |
16:18:03.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: INCR |
16:18:03.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HSET |
16:18:03.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: LPUSH |
16:18:03.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:18:03.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:18:03.685 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 0, 266, 'v2/case/save-new', '{"access_token":"gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om","Cases":{"start_at":"2025-09-10 16:17","last_engineer":"5248","alarm_before":"00:05:00","contact_id":"3165","client_id":"1661","attachmentFiles":["28089","28090"],"description":"","case_type":"1","task_group_id":"","caseServices":{"275":"1"},"spent_time":"1 hour","project_id":"1791"},"device_type":"0","version_code":"266","token":"74a84e99dfd81ae757dcb9fd09479ac7","posttime":"1757492283"}', '{"code":200,"data":{"id":8763},"status":1,"msg":[{"name":"success","success":"\u65b0Case\u5df2\u521b\u5efa\u6210\u529f","error":""}]}', FALSE, '2025-09-10 16:18:03') RETURNING "id" |