Log Messages

总计60条数据
TimeLevelCategoryMessage
 
11:35:36.099traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
11:35:36.100traceyii\base\Module::getModuleLoading module: debug
11:35:36.100traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
11:35:36.100traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
11:35:36.100traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
11:35:36.100traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.100traceyii\base\Module::getModuleLoading module: gii
11:35:36.100traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
11:35:36.101traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
11:35:36.101traceyii\web\Application::handleRequestRoute requested: 'vue/erp-social-insurance/list'
11:35:36.101traceyii\base\Module::getModuleLoading module: vue
11:35:36.101infoyii\web\Session::openSession started
11:35:36.101infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
11:35:36.101infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
11:35:36.106traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.106traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:35:36.106traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.107traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:35:36.107infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
11:35:36.108traceyii\base\Controller::runActionRoute to run: vue/erp-social-insurance/list
11:35:36.109traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.110traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
11:35:36.110traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\ErpSocialInsuranceController::actionList()
11:35:36.111traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.112infoyii\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_erp_social_insurances' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
11:35:36.117infoyii\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_erp_social_insurances' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
11:35:36.121traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:35:36.121traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:35:36.163traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.164traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.165infoyii\db\Command::querySELECT "id" FROM "a57be577deb434"."tbl_users" ORDER BY "id"
11:35:36.166infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT r.* FROM "a57be577deb434"."tbl_erp_social_insurances" "r" LEFT JOIN "a57be577deb434"."tbl_erp_social_insurance_verify_rels" "rvr" ON rvr.erp_social_insurance_id = r.id WHERE (("r"."created_by"=1001) OR ("rvr"."user_id"=1001) OR ("r"."created_by" IN (1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1025, 1026, 1027, 1028, 1029, 1030, 5015, 5016, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5037, 5043, 5044, 5045, 5047, 5048, 5049, 5050, 5062, 5063, 5064, 5065, 5066, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5078, 5079, 5080, 5081, 5082, 5083, 5085, 5086, 5087, 5088, 5089, 5093, 5094, 5095, 5096, 5101, 5102, 5104, 5105, 5123, 5124, 5125, 5126, 5128, 5135, 5203, 5208, 5209, 5229, 5230, 5247, 5248, 5249, 5250, 5252, 5258, 5259, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5309, 5311, 5329, 5332, 5333, 5351, 5356, 5357, 5358, 5359, 5360, 5364, 5388, 5393, 5404, 5409, 5411, 5412, 5413, 5419, 5420, 5440, 5445, 5446, 5448, 5449))) AND (("r"."status" != 0) OR (("r"."status"=0) AND ("r"."created_by"=1001))) GROUP BY "r"."id" ORDER BY case when r.status = 1 then 0 else 1 end asc, r.created_at DESC) "c"
11:35:36.169infoyii\db\Command::querySELECT r.* FROM "a57be577deb434"."tbl_erp_social_insurances" "r" LEFT JOIN "a57be577deb434"."tbl_erp_social_insurance_verify_rels" "rvr" ON rvr.erp_social_insurance_id = r.id WHERE (("r"."created_by"=1001) OR ("rvr"."user_id"=1001) OR ("r"."created_by" IN (1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1025, 1026, 1027, 1028, 1029, 1030, 5015, 5016, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5037, 5043, 5044, 5045, 5047, 5048, 5049, 5050, 5062, 5063, 5064, 5065, 5066, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5078, 5079, 5080, 5081, 5082, 5083, 5085, 5086, 5087, 5088, 5089, 5093, 5094, 5095, 5096, 5101, 5102, 5104, 5105, 5123, 5124, 5125, 5126, 5128, 5135, 5203, 5208, 5209, 5229, 5230, 5247, 5248, 5249, 5250, 5252, 5258, 5259, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5309, 5311, 5329, 5332, 5333, 5351, 5356, 5357, 5358, 5359, 5360, 5364, 5388, 5393, 5404, 5409, 5411, 5412, 5413, 5419, 5420, 5440, 5445, 5446, 5448, 5449))) AND (("r"."status" != 0) OR (("r"."status"=0) AND ("r"."created_by"=1001))) GROUP BY "r"."id" ORDER BY case when r.status = 1 then 0 else 1 end asc, r.created_at DESC LIMIT 20
11:35:36.172infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
11:35:36.173infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
11:35:36.173infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
11:35:36.174infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_carbon_copy_rels" WHERE "erp_social_insurance_id"=1
11:35:36.175infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_verify_rels" WHERE "erp_social_insurance_id"=1 ORDER BY "id"
11:35:36.175infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_verify_rels" WHERE ("status"=0) AND ("erp_social_insurance_id"=1) ORDER BY "id"
11:35:36.175infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_verify_rels" WHERE ("status" != 0) AND ("erp_social_insurance_id"=1) ORDER BY "id"
11:35:36.176infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_verify_rels" WHERE ("status" = 0) AND ("user_id"=1001) AND ("erp_social_insurance_id"=1)
11:35:36.176infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_stop_verify_rels" WHERE "erp_social_insurance_id"=1 ORDER BY "id"
11:35:36.177infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_stop_verify_rels" WHERE ("status"=0) AND ("erp_social_insurance_id"=1) ORDER BY "id"
11:35:36.177infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_stop_verify_rels" WHERE ("status" != 0) AND ("erp_social_insurance_id"=1) ORDER BY "id"
11:35:36.177infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_stop_verify_rels" WHERE ("status" = 0) AND ("user_id"=1001) AND ("erp_social_insurance_id"=1)
11:35:36.178infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_bank_outs" WHERE "erp_social_insurance_id"=1 ORDER BY "id"
11:35:36.178infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_social_insurance_amounts" WHERE "erp_social_insurance_id"=1 ORDER BY "id"
11:35:36.180infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
11:35:36.181infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
11:35:36.181infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=20040) AND ("object_id"=1)
11:35:36.183infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=20041) AND ("object_id"=1)
11:35:36.185infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=20024) AND ("object_id"=1) GROUP BY "object_id"
11:35:36.205infoyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=20024) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id"=1) GROUP BY "object_id"
11:35:36.222infoyii\db\Command::querySELECT "id" FROM "a57be577deb434"."tbl_users" ORDER BY "id"
11:35:36.223infoyii\db\Command::querySELECT count(*) as count, sum(amount) as sum, "status" FROM (SELECT r.amount,r.status FROM "a57be577deb434"."tbl_erp_social_insurances" "r" LEFT JOIN "a57be577deb434"."tbl_erp_social_insurance_verify_rels" "rvr" ON rvr.erp_social_insurance_id = r.id WHERE (("r"."created_by"=1001) OR ("rvr"."user_id"=1001) OR ("r"."created_by" IN (1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1025, 1026, 1027, 1028, 1029, 1030, 5015, 5016, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5037, 5043, 5044, 5045, 5047, 5048, 5049, 5050, 5062, 5063, 5064, 5065, 5066, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5078, 5079, 5080, 5081, 5082, 5083, 5085, 5086, 5087, 5088, 5089, 5093, 5094, 5095, 5096, 5101, 5102, 5104, 5105, 5123, 5124, 5125, 5126, 5128, 5135, 5203, 5208, 5209, 5229, 5230, 5247, 5248, 5249, 5250, 5252, 5258, 5259, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5309, 5311, 5329, 5332, 5333, 5351, 5356, 5357, 5358, 5359, 5360, 5364, 5388, 5393, 5404, 5409, 5411, 5412, 5413, 5419, 5420, 5440, 5445, 5446, 5448, 5449))) AND (("r"."status" != 0) OR (("r"."status"=0) AND ("r"."created_by"=1001))) GROUP BY "r"."id") "sub" GROUP BY "status"
11:35:36.224traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.224traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:35:36.225infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/erp-social-insurance/list', '{"Filter":{"name":"default","sort":"DESC"},"ErpSocialInsuranceSearch":{"created_at_period":"","verify_at_period":"","status":"","settle_month":"","created_by":""},"page":"1","web_access_token":"dPFEBxDCNesd10Ar-2x3OenPGyrzQr4P"}', '{"code":2000,"result":{"list":[{"id":1,"serial_no":"SBD-20250812-00001","wrote_date":"2025-08-12","settle_month":"2025-08","status":2,"abstract":"1","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-08-12 17:40:30","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"8","number":1,"settle_amount":"0","created_by":1001,"stop_description":"","is_settle":false,"is_payment_settle":false,"created_at":"2025-08-12 17:40:30","updated_at":"2025-08-12 17:40:30","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"erpSocialInsuranceCarbonCopyRels":[],"erpSocialInsuranceVerifyRels":[],"lastErpSocialInsuranceVerifyRel":{},"haveErpSocialInsuranceVerifyRel":{},"selfErpSocialInsuranceVerifyRel":{},"erpSocialInsuranceStopVerifyRels":[],"lastErpSocialInsuranceStopVerifyRel":{},"haveErpSocialInsuranceStopVerifyRel":{},"selfErpSocialInsuranceStopVerifyRel":{},"erpSocialInsuranceBankOuts":[],"erpSocialInsuranceAmounts":[{"id":1,"erp_social_insurance_id":1,"user_id":1001,"amount":"8","settle_month":"2025-08-01","company_pension_insurance":"1","personal_pension_insurance":"1","company_unemployment_insurance":"1","personal_unemployment_insurance":"1","company_medical_insurance":"1","personal_medical_insurance":"1","maternity_insurance":"1","injury_insurance":"1","user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}}}],"attachmentRelationships":[],"files":[],"commentCount":{"object_id":1,"comment":1},"unreadComments":{},"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_stop":true,"can_stop_verify":false,"can_stop_refuse":false,"can_settle":true,"bgcolor":"#02A7F0","status_display":"\u5df2\u8ba1\u63d0","pension_insurance":2,"unemployment_insurance":2,"medical_insurance":2,"maternity_insurance":1,"injury_insurance":1,"bankAmount":0}],"can_create":true,"can_settle":true,"pagenation":{"totalcount":1,"thispage":1,"pagesize":20},"count":{"statusCount":[{"count":0,"key":1,"name":"\u5ba1\u6838\u4e2d","color":"#FEF7EC","border":"#FACD91","sum":0},{"count":1,"key":2,"name":"\u5df2\u901a\u8fc7","color":"#E7F3D5","border":"#70B603","sum":"8"},{"count":0,"key":5,"name":"\u7ea2\u5b57\u53cd\u51b2\u5ba1\u6838\u4e2d","color":"#EAF8FE","border":"#81D3F8","sum":0},{"count":0,"key":4,"name":"\u5df2\u62d2\u7edd","color":"#F9D4D9","border":"#D9001B","sum":0}]}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-08-14 11:35:36') RETURNING "id"
11:35:36.227traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:35:36.227traceyii\redis\Connection::executeCommandExecuting Redis Command: SET