6
0
Fork 0
panliang 2022-08-04 10:18:51 +08:00
parent 28bbdc5fcd
commit 8ae61488ed
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class OrderProfitCommand extends Command
DB::commit();
} catch (\Exception $e) {
DB::rollBack();
// $this->error($e->getMessage());
$this->error($e->getMessage());
}
}
// 没有待付款的提成记录