6
0
Fork 0
release
李静 2022-01-07 11:57:03 +08:00
parent 7fecef3689
commit e9928d3790
1 changed files with 0 additions and 5 deletions

View File

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