Kirin %!s(int64=2) %!d(string=hai) anos
pai
achega
3697ee68d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');
     }
 }