6
0
Fork 0
release
李静 2021-12-25 17:12:48 +08:00
parent 26fe2ecd73
commit 62710031e1
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ class AfterSaleService
DistributionPreIncomeJob::create([
'jobable_id' => $afterSale->id,
'jobable_type' => $afterSale->getMorphClass(),
'remarks' => $afterSale->isChange() ? '订单换货' : '支付退货',
'remarks' => $afterSale->isChange() ? '订单换货' : '订单退货',
]);
}