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()); } } // 没有待付款的提成记录