@@ -166,8 +166,6 @@ class Withdraw extends Controller
foreach ($ids as $id) {
WithdrawService::setStatus($id, $status, $remark);
}
-
DB::commit();
} catch (ValidationException $e) {
DB::rollBack();