WIP
parent
7fecef3689
commit
e9928d3790
|
|
@ -459,11 +459,6 @@ class AfterSaleService
|
|||
'remarks' => $remarks,
|
||||
]);
|
||||
|
||||
// 如果订单已结算则不处理
|
||||
if ($order->is_settle) {
|
||||
return;
|
||||
}
|
||||
|
||||
// 非赠品售后单,且售后单类型是换货、退款、退款退货
|
||||
if (! $afterSaleProduct->isGift()
|
||||
&& in_array($afterSale->type, [
|
||||
|
|
|
|||
Loading…
Reference in New Issue