Log Messages

总计94条数据
TimeLevelCategoryMessage
 
15:42:33.583traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
15:42:33.583traceyii\base\Module::getModuleLoading module: debug
15:42:33.583traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
15:42:33.583traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
15:42:33.583traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
15:42:33.584traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.584traceyii\base\Module::getModuleLoading module: gii
15:42:33.584traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
15:42:33.584traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
15:42:33.584traceyii\web\Application::handleRequestRoute requested: 'v2/approve/save-edit'
15:42:33.584traceyii\base\Module::getModuleLoading module: v2
15:42:33.584infoyii\web\Session::openSession started
15:42:33.585infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
15:42:33.587infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='LpLquexa4MxJRClJNdb9gPVa_MzadLnu'
15:42:33.590traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.590traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.590traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.591traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.591infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:42:33.592traceyii\base\Controller::runActionRoute to run: v2/approve/save-edit
15:42:33.592traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.593traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
15:42:33.593traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\ApproveController::actionSaveEdit()
15:42:33.593infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"='1742'
15:42:33.594traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.594traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.594traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.595traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.596traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'id' in 'app\models\Approves'.
15:42:33.596traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'attachmentFiles' in 'app\models\Approves'.
15:42:33.596infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
15:42:33.597infoyii\db\Command::execute
15:42:33.597infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id"=1742
15:42:33.598infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=17) AND ("id" IN (215, 129, 179, 172, 166, 184, 189, 2100000001, 349))
15:42:33.599traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.599traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.599infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE ("object_id"=1742) AND ("term_id"=17)
15:42:33.600traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.600infoyii\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_term_taxonomy_relationships' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
15:42:33.604infoyii\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_term_taxonomy_relationships' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
15:42:33.612traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.612traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15:42:33.613infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_term_taxonomies" WHERE "id"='2100000001')
15:42:33.613infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_terms" WHERE "id"=17)
15:42:33.615infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_term_taxonomy_relationships" ("term_id", "taxonomy_id", "object_id") VALUES (17, 2100000001, 1742) RETURNING "id"
15:42:33.620traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.620infoyii\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;
15:42:33.623infoyii\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
15:42:33.631traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.631traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15:42:33.631infoyii\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\TermTaxonomyRelationships', 118250, 'a:9:{s:2:"id";i:118250;s:9:"object_id";i:1742;s:11:"taxonomy_id";s:10:"2100000001";s:7:"term_id";i:17;s:5:"value";N;s:11:"object_type";N;s:9:"extra_int";N;s:9:"in_amount";N;s:10:"out_amount";N;}', '', 1001, '120.235.117.171')
15:42:33.634infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
15:42:33.635infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_approves" SET "client_id"=NULL, "project_id"=NULL, "borrow_collect_day"=NULL WHERE "id"=1742
15:42:33.636infoyii\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\Approves', 1742, 'a:0:{}', '', 1001, '120.235.117.171')
15:42:33.637infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=28) AND ("object_id"=1742)
15:42:33.638infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=28) AND ("object_id"=1742)
15:42:33.639infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE "approve_id"=1742 ORDER BY "id"
15:42:33.640traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.640traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.640infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1001'
15:42:33.641infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1000'
15:42:33.641infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1017'
15:42:33.641infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:42:33.642traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.642infoyii\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;
15:42:33.645infoyii\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
15:42:33.653traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.653traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15:42:33.653infoyii\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, 'approveVerifyRels', 1742, 37, 1001, 'now()', '[["\u5218\u4eba\u8bda","\u66f9\u6c38\u751f","\u8f66\u660e\u98de"]]', '[["\u5218\u4eba\u8bda"]]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u5ba1\u6279\u4eba","d4":["\u5218\u4eba\u8bda; <b>\u53d8\u4e3a<\/b> \u5218\u4eba\u8bda;\u66f9\u6c38\u751f;\u8f66\u660e\u98de;"]}')
15:42:33.660infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE "approve_id"=1742
15:42:33.660infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_approve_verify_rels" ("approve_id", "user_id", "status") VALUES (1742, 1001, 0), (1742, 1000, 0), (1742, 1017, 0)
15:42:33.665infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_carbon_copy_rels" WHERE "approve_id"=1742
15:42:33.666traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.666infoyii\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_approve_carbon_copy_rels' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
15:42:33.669infoyii\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_approve_carbon_copy_rels' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
15:42:33.677traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.677traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15:42:33.677infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='5388'
15:42:33.678infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1013'
15:42:33.678infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1000'
15:42:33.679infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1017'
15:42:33.679infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5388
15:42:33.679infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1013
15:42:33.680infoyii\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, 'approveCarbonCopyRels', 1742, 37, 1001, 'now()', '[["\u6768\u71d5\u971e","\u7fc1\u5bb6\u6210","\u66f9\u6c38\u751f","\u8f66\u660e\u98de"]]', '[["\u6768\u71d5\u971e","\u7fc1\u5bb6\u6210"]]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u6284\u9001\u4eba","d4":["\u6768\u71d5\u971e;\u7fc1\u5bb6\u6210; <b>\u53d8\u4e3a<\/b> \u6768\u71d5\u971e;\u7fc1\u5bb6\u6210;\u66f9\u6c38\u751f;\u8f66\u660e\u98de;"]}')
15:42:33.682infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_approve_carbon_copy_rels" WHERE "approve_id"=1742
15:42:33.683infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_approve_carbon_copy_rels" ("approve_id", "user_id") VALUES (1742, 5388), (1742, 1013), (1742, 1000), (1742, 1017)
15:42:33.686infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE ("approve_id"=1742) AND ("status"=0) ORDER BY "id"
15:42:33.687infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_approves" SET "updated_at"='now()' WHERE "id"=1742
15:42:33.688infoyii\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\Approves', 1742, 'a:0:{}', '', 1001, '120.235.117.171')
15:42:33.689infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:42:33.689infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE ("status"=0) AND ("approve_id"=1742) ORDER BY "id"
15:42:33.690traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:42:33.690traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:42:33.690infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 7, 166, 'v2/approve/save-edit', '{"Approves":{"id":"1742","client_id":"","project_id":"","title":"\u6d4b\u8bd5\u6d4b\u8bd5","description":"\u6d4b\u8bd5","form_type":"2100000001","form_approveVerifyRels":["1001","1000","1017"],"form_approveCarbonCopyRels":["5388","1013","1000","1017"],"attachmentFiles":"","borrow_amount":"1000","borrow_collect_day":""},"posttime":"1752306153","access_token":"LpLquexa4MxJRClJNdb9gPVa_MzadLnu","device_type":"7","version_code":"166","token":"1899df39f240963be9e56fac2fe690b1"}', '{"code":200,"data":"","status":1,"msg":[{"name":"success","success":"\u5ba1\u6279\u5df2\u88ab\u6210\u529f\u4fee\u6539","error":""}]}', FALSE, '2025-07-12 15:42:33') RETURNING "id"