diff --git a/backend/app/Platform/Shopee/EntityParse/Refund.php b/backend/app/Platform/Shopee/EntityParse/Refund.php index ddc2571..46536e3 100644 --- a/backend/app/Platform/Shopee/EntityParse/Refund.php +++ b/backend/app/Platform/Shopee/EntityParse/Refund.php @@ -354,4 +354,14 @@ class Refund extends EntityParse return RefundType::RETURN_BEFORE_SHIPPING->value; } + + + /** + * Shopee 的退款包含子项,因此 确定有父退款 + */ + public function hasParentRefund(): bool + { + return true; + } + }