info('每小时检查用户钱包交易延迟支付'); $this->info('开始...'); $oCustomerWalletBalanceTransactionModel = new CustomerWalletBalanceTransactionModel(); $oCustomerWalletBalanceTransactionModel->dealDelayPaymentTransactionCmd(); $this->info('结束...'); } }