09:19:15.490 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
09:19:15.490 | trace | yii\base\Module::getModule | Loading module: debug |
09:19:15.490 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
09:19:15.490 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
09:19:15.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
09:19:15.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.491 | trace | yii\base\Module::getModule | Loading module: gii |
09:19:15.491 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
09:19:15.491 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
09:19:15.491 | trace | yii\web\Application::handleRequest | Route requested: 'vue/purchase-contract/save-new-payment' |
09:19:15.491 | trace | yii\base\Module::getModule | Loading module: vue |
09:19:15.491 | info | yii\web\Session::open | Session started |
09:19:15.492 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
09:19:15.492 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
09:19:15.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.497 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
09:19:15.498 | trace | yii\base\Controller::runAction | Route to run: vue/purchase-contract/save-new-payment |
09:19:15.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.499 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
09:19:15.499 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\PurchaseContractController::actionSaveNewPayment() |
09:19:15.499 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id"='3850' |
09:19:15.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.500 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'id' in 'app\models\PurchaseContractPayments'. |
09:19:15.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.500 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'files' in 'app\models\PurchaseContractPayments'. |
09:19:15.501 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id"=3850) |
09:19:15.501 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id"=3850) |
09:19:15.501 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_purchase_contract_payments" ("contract_id", "collected_date", "description", "amount", "created_by", "created_at") VALUES (3850, '2025/07/04', '测试', '1', 1001, 'now()') RETURNING "id" |
09:19:15.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.505 | 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\PurchaseContractPayments', 2098, 'a:8:{s:2:"id";i:2098;s:11:"contract_id";i:3850;s:6:"amount";s:1:"1";s:10:"created_by";i:1001;s:10:"created_at";s:19:"1970-01-01 08:00:00";s:14:"collected_date";s:10:"2025/07/04";s:11:"description";s:6:"测试";s:11:"paid_amount";N;}', '', 1001, '114.254.1.137') |
09:19:15.507 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id"=3850 |
09:19:15.507 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_purchase_contract_payments" SET "paid_amount"='0' WHERE "contract_id"=3850 |
09:19:15.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.508 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_purchase_contract_payment_collection_remind_dates" SET "paid_amount"='0', "status"=0, "overdue_days"=NULL WHERE "contract_id"=3850 |
09:19:15.510 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contract_payments" WHERE ("contract_id"=3850) AND (amount > 0) AND (amount > paid_amount) ORDER BY "collected_date", "created_at" |
09:19:15.511 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contract_payment_collection_remind_dates" WHERE ("contract_id"=3850) AND (amount > paid_amount) ORDER BY "remind_date" |
09:19:15.511 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_purchase_contract_payment_collection_remind_dates" SET "paid_amount"='1' WHERE "id"=624 |
09:19:15.512 | 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\PurchaseContractPaymentCollectionRemindDates', 624, 'a:1:{s:11:"paid_amount";i:1;}', '', 1001, '114.254.1.137') |
09:19:15.513 | info | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_purchase_contract_payments" SET "paid_amount"='1' WHERE "id"=2098 |
09:19:15.514 | 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\PurchaseContractPayments', 2098, 'a:1:{s:11:"paid_amount";s:1:"0";}', '', 1001, '114.254.1.137') |
09:19:15.515 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contract_payments" WHERE ("contract_id"=3850) AND (amount > 0) AND (amount > paid_amount) ORDER BY "collected_date", "created_at" |
09:19:15.516 | info | yii\db\Command::execute | DELETE FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=110) AND ("object_id"=2098) |
09:19:15.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.517 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_attachement_relationships" ("object_type", "object_id", "attachment_id") VALUES (110, 2098, 24805) |
09:19:15.518 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contract_payments" WHERE "id"=2098 |
09:19:15.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.519 | 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', 2098, 110, 1001, '2025-07-04 09:19:15', '{"id":2098,"contract_id":3850,"amount":"1","created_by":1001,"created_at":"2025-07-04 09:19:15","collected_date":"2025-07-04","description":"\u6d4b\u8bd5","paid_amount":"1"}', '{"id":2098,"contract_id":3850,"amount":"1","created_by":1001,"created_at":"2025-07-04 09:19:15","collected_date":"2025-07-04","description":"\u6d4b\u8bd5","paid_amount":"1"}', '{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u6536\u6b3e\u4fe1\u606f","d4":[]}') RETURNING "id" |
09:19:15.520 | 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', 509789, 'a:13:{s:2:"id";i:509789;s:9:"object_id";i:2098;s:11:"object_type";i:110;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:173:"{"id":2098,"contract_id":3850,"amount":"1","created_by":1001,"created_at":"2025-07-04 09:19:15","collected_date":"2025-07-04","description":"\u6d4b\u8bd5","paid_amount":"1"}";s:9:"new_value";s:173:"{"id":2098,"contract_id":3850,"amount":"1","created_by":1001,"created_at":"2025-07-04 09:19:15","collected_date":"2025-07-04","description":"\u6d4b\u8bd5","paid_amount":"1"}";s:11:"description";s:93:"{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u6536\u6b3e\u4fe1\u606f","d4":[]}";s:10:"created_by";i:1001;s:10:"created_at";s:19:"2025-07-04 09:19:15";s:9:"is_delete";N;}', '', 1001, '114.254.1.137') |
09:19:15.521 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_client_rels" WHERE "contract_id"=3850 ORDER BY "id" |
09:19:15.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.522 | 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 (2, 'update', 982, 10, 3850, 13, 1001, '[3850]', '[3850]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}') RETURNING "id" |
09:19:15.522 | 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', 509790, 'a:13:{s:2:"id";i:509790;s:9:"object_id";i:982;s:11:"object_type";i:10;s:9:"target_id";i:3850;s:18:"target_object_type";i:13;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[3850]";s:9:"new_value";s:6:"[3850]";s:11:"description";s:156:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '114.254.1.137') |
09:19:15.523 | 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 (2, 'update', 1018, 1, 3850, 13, 1001, '[3850]', '[3850]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}') RETURNING "id" |
09:19:15.524 | 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', 509791, 'a:13:{s:2:"id";i:509791;s:9:"object_id";i:1018;s:11:"object_type";i:1;s:9:"target_id";i:3850;s:18:"target_object_type";i:13;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[3850]";s:9:"new_value";s:6:"[3850]";s:11:"description";s:156:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '114.254.1.137') |
09:19:15.525 | 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 (2, 'update', 1331, 10, 3850, 13, 1001, '[3850]', '[3850]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}') RETURNING "id" |
09:19:15.527 | 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', 509792, 'a:13:{s:2:"id";i:509792;s:9:"object_id";i:1331;s:11:"object_type";i:10;s:9:"target_id";i:3850;s:18:"target_object_type";i:13;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[3850]";s:9:"new_value";s:6:"[3850]";s:11:"description";s:156:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '114.254.1.137') |
09:19:15.528 | 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 (2, 'update', 3404, 1, 3850, 13, 1001, '[3850]', '[3850]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}') RETURNING "id" |
09:19:15.529 | 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', 509793, 'a:13:{s:2:"id";i:509793;s:9:"object_id";i:3404;s:11:"object_type";i:1;s:9:"target_id";i:3850;s:18:"target_object_type";i:13;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[3850]";s:9:"new_value";s:6:"[3850]";s:11:"description";s:156:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '114.254.1.137') |
09:19:15.530 | 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 (2, 'update', 689, 12, 3850, 13, 1001, '[3850]', '[3850]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}') RETURNING "id" |
09:19:15.531 | 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', 509794, 'a:13:{s:2:"id";i:509794;s:9:"object_id";i:689;s:11:"object_type";i:12;s:9:"target_id";i:3850;s:18:"target_object_type";i:13;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[3850]";s:9:"new_value";s:6:"[3850]";s:11:"description";s:156:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u8d39\u7528\u5408\u540c","d4":["\u5408\u540c\u7f16\u53f7:\u8d39\u7528\u5408\u540c\u7f16\u53f7"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '114.254.1.137') |
09:19:15.532 | 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', 3850, 13, 2098, 110, 1001, '[2098]', '[2098]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u4ed8\u6b3e\u8bb0\u5f55","d4":["2025-07-04 \uffe51.00"]}') RETURNING "id" |
09:19:15.533 | 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', 509795, 'a:13:{s:2:"id";i:509795;s:9:"object_id";i:3850;s:11:"object_type";i:13;s:9:"target_id";i:2098;s:18:"target_object_type";i:110;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:6:"[2098]";s:9:"new_value";s:6:"[2098]";s:11:"description";s:116:"{"d1":"\u5218\u4eba\u8bda","d2":"\u521b\u5efa\u4e86","d3":"\u4ed8\u6b3e\u8bb0\u5f55","d4":["2025-07-04 \uffe51.00"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '114.254.1.137') |
09:19:15.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.534 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id"=3850 |
09:19:15.534 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001) |
09:19:15.535 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1001, '13', 3850, '刘人诚提交了付款记录:费用合同编号付款金额1元', TRUE, '采购合同:费用合同编号') RETURNING "id" |
09:19:15.536 | 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', 170227, 'a:11:{s:2:"id";i:170227;s:9:"object_id";i:3850;s:11:"object_type";s:2:"13";s:6:"parent";N;s:11:"description";s:67:"刘人诚提交了付款记录:费用合同编号付款金额1元";s:10:"created_by";i:1001;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:33:"采购合同:费用合同编号";}', '', 1001, '114.254.1.137') |
09:19:15.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.537 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_unread_comments" ("object_id", "object_type", "comment_id", "remind_user_id") VALUES (3850, '13', 170227, 1011) |
09:19:15.538 | info | yii\db\Command::query | SELECT "channel_id" FROM "global"."tbl_logins" WHERE ("id"=1011) AND ("id" != 1001) AND (channel_id IS NOT NULL) |
09:19:15.539 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
09:19:15.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: INCR |
09:19:15.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HSET |
09:19:15.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: LPUSH |
09:19:15.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:19:15.540 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/purchase-contract/save-new-payment', '{"PurchaseContractPayments":{"id":"","contract_id":"3850","collected_date":"2025\/07\/04","description":"\u6d4b\u8bd5","files":["24805"],"amount":"1"},"contract_id":"3850","web_access_token":"er_liQPTz011rRwTshQzixBLTwcD6PCJ"}', '{"code":2000,"result":"","status":1,"msg":[{"name":"success","success":"\u65b0\u6536\u6b3e\u4fe1\u606f\u5df2\u521b\u5efa\u6210\u529f","error":""}],"mod":0}', FALSE, '2025-07-04 09:19:15') RETURNING "id" |
09:19:15.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:19:15.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |