544782275@qq.com 3 years ago
parent
commit
c156f887ba
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/store/controller/Order.php

+ 0 - 1
application/store/controller/Order.php

@@ -62,7 +62,6 @@ class Order extends Controller
         $array['all_price'] = $this->byWhere(2)->where('a.status', '>',0)->sum('a.price_total');
         $array['weixin_all_price'] = $this->byWhere(2)->where('a.status', '>',0)->where('a.pay_type', '1')->sum('a.price_total');
         $array['zfb_all_price'] = $this->byWhere(2)->where('a.status', '>',0)->where('a.pay_type', '2')->sum('a.price_total');
-        var_dump(session('user.engineer_id'));exit();
         $array['engineer_id'] = session('user.engineer_id');
         return $array;
     }