|
@@ -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) {
|