fix : coupon

This commit is contained in:
2025-03-31 16:58:55 +08:00
parent f26160d48d
commit 967e838713

View File

@@ -77,7 +77,6 @@ class RefundOrderService extends BaseService
$service->handle(); $service->handle();
}catch (Exception $e) { }catch (Exception $e) {
throw new ErrException($e->getMessage()); throw new ErrException($e->getMessage());
} }
$this->redis->delLock($refundLockKey); $this->redis->delLock($refundLockKey);