6
0
Fork 0

补充用户同意换货售后单问题

release
vine_liutk 2021-12-15 11:53:35 +08:00
parent 0e18208c1e
commit c9903b8395
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ class AfterSaleService
break;
case AfterSale::TYPE_CHANGE:
$afterSale->update([
'tracking_number'=>$params['tracking_number'],
'remarks' => $remarks,
'state' => AfterSale::STATE_SHIPPING,
]);