fix : coupon
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user