Kirin 3 سال پیش
والد
کامیت
245603fef0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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) {