xieruidong 2 years ago
parent
commit
2b69d9e87c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/MobileOrder.php

+ 1 - 1
application/common/model/MobileOrder.php

@@ -314,7 +314,7 @@ class MobileOrder extends Model
     }
     #销售金额
     public function scopeFilterSaled(Query $query){
-        $query->whereNotIn('mobile_order.status',[0,50]);
+        $query->whereNotIn('mobile_order.status',[0,50,90]);
     }
     #发货
     public function dealSend($trans_no,$trans_id){