Log Messages

总计74条数据
TimeLevelCategoryMessage
 
14:15:29.635traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
14:15:29.635traceyii\base\Module::getModuleLoading module: debug
14:15:29.635traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
14:15:29.635traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
14:15:29.635traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
14:15:29.635traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.635traceyii\base\Module::getModuleLoading module: gii
14:15:29.635traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
14:15:29.636traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
14:15:29.636traceyii\web\Application::handleRequestRoute requested: 'vue/erp-other-income-ticket/list'
14:15:29.636traceyii\base\Module::getModuleLoading module: vue
14:15:29.636infoyii\web\Session::openSession started
14:15:29.636infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
14:15:29.637infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
14:15:29.641traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.641traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:15:29.641traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.642traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:15:29.642infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
14:15:29.643traceyii\base\Controller::runActionRoute to run: vue/erp-other-income-ticket/list
14:15:29.644traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.645traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
14:15:29.645traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\ErpOtherIncomeTicketController::actionList()
14:15:29.645traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.645traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:15:29.646traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.646traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.647infoyii\db\Command::querySELECT "id" FROM "a57be577deb434"."tbl_users" ORDER BY "id"
14:15:29.648infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT r.*, min( CASE WHEN 1 = r.verify_type THEN ( CASE WHEN rvr.status = 0 THEN 1 WHEN rsvr.status = 0 THEN 2 ELSE 4 END ) ELSE ( CASE WHEN rvr.status = 0 AND r.next_verify_user = 1001 THEN 1 WHEN rsvr.status = 0 AND r.next_stop_verify_user = 1001 THEN 2 ELSE 4 END ) END) AS need_verify_sort FROM "a57be577deb434"."tbl_erp_other_income_tickets" "r" LEFT JOIN "a57be577deb434"."tbl_erp_other_income_ticket_verify_rels" "rvr" ON rvr.erp_other_income_ticket_id = r.id LEFT JOIN "a57be577deb434"."tbl_erp_other_income_ticket_stop_verify_rels" "rsvr" ON rvr.erp_other_income_ticket_id = r.id WHERE ("r"."need_handler"='0') AND (("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 need_verify_sort asc, created_at DESC) "c"
14:15:29.652infoyii\db\Command::querySELECT r.*, min( CASE WHEN 1 = r.verify_type THEN ( CASE WHEN rvr.status = 0 THEN 1 WHEN rsvr.status = 0 THEN 2 ELSE 4 END ) ELSE ( CASE WHEN rvr.status = 0 AND r.next_verify_user = 1001 THEN 1 WHEN rsvr.status = 0 AND r.next_stop_verify_user = 1001 THEN 2 ELSE 4 END ) END) AS need_verify_sort FROM "a57be577deb434"."tbl_erp_other_income_tickets" "r" LEFT JOIN "a57be577deb434"."tbl_erp_other_income_ticket_verify_rels" "rvr" ON rvr.erp_other_income_ticket_id = r.id LEFT JOIN "a57be577deb434"."tbl_erp_other_income_ticket_stop_verify_rels" "rsvr" ON rvr.erp_other_income_ticket_id = r.id WHERE ("r"."need_handler"='0') AND (("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 need_verify_sort asc, created_at DESC LIMIT 20
14:15:29.654infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
14:15:29.655infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
14:15:29.656infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
14:15:29.657infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_handlers" WHERE "erp_other_income_ticket_id" IN (8, 7)
14:15:29.657infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (2133, 3281)
14:15:29.658infoyii\db\Command::querySELECT "id", "id" AS "key", "serial_no" AS "name" FROM "a57be577deb434"."tbl_sales_contracts" WHERE "id"=3791
14:15:29.659infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_carbon_copy_rels" WHERE "erp_other_income_ticket_id" IN (8, 7)
14:15:29.660infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_verify_rels" WHERE "erp_other_income_ticket_id" IN (8, 7) ORDER BY "id"
14:15:29.660infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
14:15:29.661infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
14:15:29.661infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_verify_rels" WHERE ("status"=0) AND ("erp_other_income_ticket_id" IN (8, 7)) ORDER BY "id"
14:15:29.662infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
14:15:29.662infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
14:15:29.663infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_verify_rels" WHERE ("status" != 0) AND ("erp_other_income_ticket_id" IN (8, 7)) ORDER BY "id"
14:15:29.663infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_verify_rels" WHERE ("status" = 0) AND ("user_id"=1001) AND ("erp_other_income_ticket_id" IN (8, 7))
14:15:29.664infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_stop_verify_rels" WHERE "erp_other_income_ticket_id" IN (8, 7) ORDER BY "id"
14:15:29.664infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_stop_verify_rels" WHERE ("status"=0) AND ("erp_other_income_ticket_id" IN (8, 7)) ORDER BY "id"
14:15:29.665infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_stop_verify_rels" WHERE ("status" != 0) AND ("erp_other_income_ticket_id" IN (8, 7)) ORDER BY "id"
14:15:29.665infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_stop_verify_rels" WHERE ("status" = 0) AND ("user_id"=1001) AND ("erp_other_income_ticket_id" IN (8, 7))
14:15:29.666infoyii\db\Command::querySELECT "pt".*, "taxonomy_id" AS "key", "tt"."name" AS "name", "in_amount" AS "amount", "value" AS "description", "extra_int" AS "parent_id", "tt"."serial_no" FROM "a57be577deb434"."tbl_term_taxonomy_relationships" "pt" LEFT JOIN "a57be577deb434"."tbl_term_taxonomies" "tt" ON taxonomy_id = tt.id WHERE ("pt"."term_id"=20) AND ("pt"."object_id" IN (8, 7)) ORDER BY "id"
14:15:29.667traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.667traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:15:29.667infoyii\db\Command::querySELECT "id", "name", "parent_id" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE "id" IN (400, 399)
14:15:29.668infoyii\db\Command::querySELECT "id", "name", "parent_id" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE "id"=398
14:15:29.668infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_bank_ins" WHERE "erp_other_income_ticket_id" IN (8, 7) ORDER BY "id"
14:15:29.668infoyii\db\Command::querySELECT "id", "id" AS "key", "title" AS "name" FROM "a57be577deb434"."tbl_erp_banks" WHERE "id"=1
14:15:29.669infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_income_ticket_purchase_contract_settles" WHERE "erp_other_income_ticket_id" IN (8, 7) ORDER BY "id"
14:15:29.669infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=20026) AND ("object_id" IN (8, 7))
14:15:29.672infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=20027) AND ("object_id" IN (8, 7))
14:15:29.674infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=20015) AND ("object_id" IN (8, 7)) GROUP BY "object_id"
14:15:29.696infoyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=20015) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (8, 7)) GROUP BY "object_id"
14:15:29.713traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateErpOtherIncomeTicket
14:15:29.713traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
14:15:29.713infoyii\db\Command::querySELECT "id" FROM "a57be577deb434"."tbl_users" ORDER BY "id"
14:15:29.714infoyii\db\Command::querySELECT count(*) as count, CASE WHEN status = 21 THEN sum(amount - settle_amount) WHEN status = 22 THEN sum(settle_amount) ELSE sum(amount) END as sum, "status" FROM (SELECT r.amount, r.settle_amount, CASE WHEN r.status = 2 and settle_amount < r.amount THEN 21 WHEN r.status = 2 and settle_amount >= r.amount THEN 22 ELSE r.status END as status FROM "a57be577deb434"."tbl_erp_other_income_tickets" "r" LEFT JOIN "a57be577deb434"."tbl_erp_other_income_ticket_verify_rels" "rvr" ON rvr.erp_other_income_ticket_id = r.id LEFT JOIN "a57be577deb434"."tbl_erp_other_income_ticket_stop_verify_rels" "rsvr" ON rvr.erp_other_income_ticket_id = r.id WHERE ("r"."need_handler"='0') AND (("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"
14:15:29.716traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.716traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:15:29.716infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_visit_module_histories" WHERE ("user_id"=1001) AND ("object_type"=20000) AND ("visit_date"='2025-09-15')
14:15:29.720traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.720traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:15:29.720infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_visit_module_histories" SET "num"=858, "last_visit_at"='now()' WHERE "id"=56557
14:15:29.722infoyii\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-other-income-ticket/list', '{"Filter":{"name":"default","sort":"DESC"},"ErpOtherIncomeTicketSearch":{"wrote_date_period":"","verify_at_period":"","status":"","need_handler":"0","handler":"","created_by":""},"page":"1","web_access_token":"S7OJrULURAq348jTGnVvRiAMpe10N7Zn"}', '{"code":2000,"result":{"list":[{"id":8,"serial_no":"QTSR-20250915-00002","wrote_date":"2025-09-15","client_id":2133,"sales_contract_id":"","supplier_id":"","purchase_contract_id":"","status":1,"abstract":"","description":"","verify_type":2,"next_verify_user":1001,"next_stop_verify_user":"","verify_at":"","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"65","settle_amount":"0","created_by":1001,"stop_description":"","is_settle":false,"created_at":"2025-09-15 13:41:59","updated_at":"2025-09-15 14:15:05","paid_amount":"","need_handler":false,"need_verify_sort":1,"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"}},"erpOtherIncomeTicketHandlers":[],"client":{"id":2133,"key":2133,"name":"\u5317\u4eac\u5e02\u4e2d\u4fdd\u7f51\u76fe\u79d1\u6280\u6709\u9650\u516c\u53f8"},"salesContract":{},"supplier":{},"purchaseContract":"","erpOtherIncomeTicketCarbonCopyRels":[],"erpOtherIncomeTicketVerifyRels":[{"id":11,"erp_other_income_ticket_id":8,"user_id":1001,"status":0,"description":"","verify_at":"","user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"lastErpOtherIncomeTicketVerifyRel":{"id":11,"erp_other_income_ticket_id":8,"user_id":1001,"status":0,"description":"","verify_at":"","user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}},"haveErpOtherIncomeTicketVerifyRel":{},"selfErpOtherIncomeTicketVerifyRel":{"id":11,"erp_other_income_ticket_id":8,"user_id":1001,"status":0,"description":"","verify_at":""},"erpOtherIncomeTicketStopVerifyRels":[],"lastErpOtherIncomeTicketStopVerifyRel":{},"haveErpOtherIncomeTicketStopVerifyRel":{},"selfErpOtherIncomeTicketStopVerifyRel":{},"erpOtherIncomeTicketAmounts":[{"id":129274,"object_id":8,"taxonomy_id":399,"term_id":20,"value":"","object_type":"","extra_int":"398","in_amount":"65","out_amount":"","key":399,"name":"\u5229\u606f\u6536\u5165","amount":"65","description":"","parent_id":"398","serial_no":"605101","taxonomy":{"id":399,"name":"\u5229\u606f\u6536\u5165","parent_id":398,"parent":{"id":398,"name":"\u8d22\u52a1\u79d1\u76ee","parent_id":""}}}],"erpOtherIncomeTicketBankIns":[{"id":11,"erp_other_income_ticket_id":8,"erp_bank_id":1,"amount":"65","description":"","erpBank":{"id":1,"key":1,"name":"\u534e\u590f\u94f6\u884c\u5317\u4eac\u4e16\u7eaa\u57ce\u652f\u884c4065200001801900009530"}}],"erpOtherIncomeTicketPurchaseContractSettles":[],"attachmentRelationships":[],"files":[],"commentCount":{},"unreadComments":{},"unread":0,"can_update":true,"can_delete":false,"can_resubmit":false,"can_verify":true,"can_refuse":true,"can_stop":true,"can_stop_verify":false,"can_stop_refuse":false,"bgcolor":"#EA8917","status_display":"\u5ba1\u6279\u4e2d","handlerAmount":0,"purchaseContractSettleAmount":0,"bankAmount":65,"un_settle_amount":65,"can_create_erp_collect_ticket":false},{"id":7,"serial_no":"QTSR-20250915-00001","wrote_date":"2025-09-15","client_id":3281,"sales_contract_id":3791,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":2,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-09-15 13:41:11","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"566","settle_amount":"566","created_by":1001,"stop_description":"","is_settle":false,"created_at":"2025-09-15 13:41:11","updated_at":"2025-09-15 13:41:11","paid_amount":"","need_handler":false,"need_verify_sort":4,"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"}},"erpOtherIncomeTicketHandlers":[],"client":{"id":3281,"key":3281,"name":"\u5bd2\u5e8f\u79d1\u6280\uff08\u5317\u4eac\uff09\u6709\u9650\u516c\u53f8\uff08EDA\uff09"},"salesContract":{"id":3791,"key":3791,"name":"TS-WZW-2025012003"},"supplier":{},"purchaseContract":"","erpOtherIncomeTicketCarbonCopyRels":[],"erpOtherIncomeTicketVerifyRels":[],"lastErpOtherIncomeTicketVerifyRel":{},"haveErpOtherIncomeTicketVerifyRel":{},"selfErpOtherIncomeTicketVerifyRel":{},"erpOtherIncomeTicketStopVerifyRels":[],"lastErpOtherIncomeTicketStopVerifyRel":{},"haveErpOtherIncomeTicketStopVerifyRel":{},"selfErpOtherIncomeTicketStopVerifyRel":{},"erpOtherIncomeTicketAmounts":[{"id":129266,"object_id":7,"taxonomy_id":400,"term_id":20,"value":"","object_type":"","extra_int":"398","in_amount":"566","out_amount":"","key":400,"name":"\u5176\u4ed6\u6536\u5165","amount":"566","description":"","parent_id":"398","serial_no":"605102","taxonomy":{"id":400,"name":"\u5176\u4ed6\u6536\u5165","parent_id":398,"parent":{"id":398,"name":"\u8d22\u52a1\u79d1\u76ee","parent_id":""}}}],"erpOtherIncomeTicketBankIns":[{"id":6,"erp_other_income_ticket_id":7,"erp_bank_id":1,"amount":"566","description":"","erpBank":{"id":1,"key":1,"name":"\u534e\u590f\u94f6\u884c\u5317\u4eac\u4e16\u7eaa\u57ce\u652f\u884c4065200001801900009530"}}],"erpOtherIncomeTicketPurchaseContractSettles":[],"attachmentRelationships":[],"files":[],"commentCount":{},"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,"bgcolor":"#4B7902","status_display":"\u5df2\u5b8c\u6210","handlerAmount":0,"purchaseContractSettleAmount":0,"bankAmount":566,"un_settle_amount":0,"can_create_erp_collect_ticket":false}],"can_create":true,"pagenation":{"totalcount":2,"thispage":1,"pagesize":20},"count":{"statusCount":[{"count":1,"key":1,"name":"\u5ba1\u6838\u4e2d","color":"#FEF7EC","border":"#FF9200","sum":"65"},{"count":0,"key":5,"name":"\u7ea2\u5b57\u53cd\u51b2\u5ba1\u6838\u4e2d","color":"#EAF8FE","border":"#81D3F8","sum":0},{"count":0,"key":21,"name":"\u5f85\u6536\u6b3e","color":"#F4E8FF","border":"#C280FF","sum":0},{"count":1,"key":22,"name":"\u5df2\u5b8c\u6210","color":"#E7F3D5","border":"#70B603","sum":"566"},{"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-09-15 14:15:29') RETURNING "id"
14:15:29.724traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:15:29.724traceyii\redis\Connection::executeCommandExecuting Redis Command: SET