6
0
Fork 0

order-complete

base
panliang 2022-08-22 14:36:06 +08:00
parent b08a02f4ae
commit 20532caea4
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class OrderCompleteCommand extends Command
DB::commit();
} catch (BizException $e) {
DB::rollBack();
report($e);
}
}