Browse Source

提现限制

Kirin 2 years ago
parent
commit
3697ee68d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/model/order/StoreOrder.php

+ 1 - 1
app/admin/model/order/StoreOrder.php

@@ -1378,6 +1378,6 @@ HTML;
         $where['pay_type'] = 5;
         $scan = self::getOrderWhere($where, new self)->count();
         $offline = $cash + $scan;
-        return compact('weixin', 'yue', 'offline', 'jialie');
+        return compact('weixin', 'yue', 'offline', 'jialie', 'cash', 'scan');
     }
 }