|
|
@@ -337,6 +337,10 @@ class AfterSaleLogic extends BaseLogic
|
|
|
//更新订单状态
|
|
|
RefundLogic::afterSaleRefundUpdate($afterSale->order_id);
|
|
|
|
|
|
+ Order::update([ 'after_sale_status' => 6], [
|
|
|
+ [ 'id', '=', $order['id'] ],
|
|
|
+ ]);
|
|
|
+
|
|
|
Db::commit();
|
|
|
return true;
|
|
|
} catch (\Exception $e) {
|