|
|
@@ -99,7 +99,7 @@ class CgRefundController extends BaseController
|
|
|
|
|
|
$saleRefundId = $respond->saleRefundId ?? 0;
|
|
|
$saleRefund = RefundOrderClass::getById($saleRefundId, true);
|
|
|
- if (!empty($order) && !empty($saleRefund)) {
|
|
|
+ if (!empty($saleRefund)) {
|
|
|
NotifyClass::addRefundApplyNotify($saleRefund);
|
|
|
}
|
|
|
|