yangsai@163.com 6 months ago
parent 99c50e394e
commit 333f2d8f6d
  1. 2
      app/api/model/OrderRefund.php

@ -172,7 +172,7 @@ class OrderRefund extends OrderRefundModel
public function delivery(array $data): bool
{
if (
$this['type'] != RefundTypeEnum::RETURN
($this['type'] != RefundTypeEnum::RETURN || $this['type'] != RefundTypeEnum::EXCHANGE)
|| $this['audit_status'] != AuditStatusEnum::REVIEWED
|| $this['is_user_send'] != 0
) {

Loading…
Cancel
Save