Browse Source

一些功能

Kirin 3 years ago
parent
commit
245603fef0
1 changed files with 1 additions and 1 deletions
  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) {