From 8ae61488ed83b4d116cd73c84ba818e11df610c5 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Thu, 4 Aug 2022 10:18:51 +0800 Subject: [PATCH] app --- app/Console/Commands/OrderProfitCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/OrderProfitCommand.php b/app/Console/Commands/OrderProfitCommand.php index 0c7385f9..000b616e 100644 --- a/app/Console/Commands/OrderProfitCommand.php +++ b/app/Console/Commands/OrderProfitCommand.php @@ -80,7 +80,7 @@ class OrderProfitCommand extends Command DB::commit(); } catch (\Exception $e) { DB::rollBack(); - // $this->error($e->getMessage()); + $this->error($e->getMessage()); } } // 没有待付款的提成记录