Browse Source

优惠券

gorden 6 months ago
parent
commit
6d10bc9c8a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/order/WholeController.php

+ 1 - 0
app/admin/controller/order/WholeController.php

@@ -752,6 +752,7 @@ class WholeController extends Curd
         $systemStatus = 'SENDING';  // 待发货
         // 立即结算
         if(in_array($params['goods_classify'],['SERVICE','CHNMED','CHNNCD','MEALS','VIP'])){
+            $order->order_is_complete = 'Y';
             $systemStatus = 'DONE';
         }
         Db::beginTransaction();