Kirin %!s(int64=3) %!d(string=hai) anos
pai
achega
245603fef0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/admin/controller/order/StoreOrder.php

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

@@ -1159,7 +1159,7 @@ class StoreOrder extends AuthController
     {
         $f = [];
         $attrs = [];
-        $products = StoreExchange::seckillList();
+        $products = StoreExchange::getListAll();
         foreach ($products as $v) {
             $list = StoreProductAttrValue::where('type', 5)->where('product_id', $v['id']);
             foreach ($list as $vv) {