moonsflyer hace 5 meses
padre
commit
cb474f4aaf
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      app/adminapi/logic/after_sale/AfterSaleLogic.php

+ 4 - 0
app/adminapi/logic/after_sale/AfterSaleLogic.php

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