admin/app/api/model/supplier/page/Page.php
@@ -61,7 +61,7 @@
            } else if ($item['type'] === 'special') {
                $items[$key]['data'] = $model->getSpecialList($item);
            }else if ($item['type'] === 'hdzq') {
                $items[$key]['data'] = $model->getReleaseList($item);
                $items[$key]['data'] = $model->getReleaseList($item,$user);
            }else if ($item['type'] === 'gxpp') {
                $items[$key]['data'] = $model->getReleaseList($item,$user);
            } else if ($item['type'] === 'seckillProduct') {
@@ -129,6 +129,7 @@
                'list_rows' => $item['params']['auto']['showNum'],
                'audit_status' => 10,
                'city_supplier_ids' => $city_supplier_ids,
                'is_gift_pack' => 0,
            ], $user);
        }
        if ($productList->isEmpty()) return [];
@@ -140,6 +141,7 @@
                'product_id' => $product['product_id'],
                'product_name' => $product['product_name'],
                'selling_point' => $product['selling_point'],
                'is_price_negotiable' => $product['is_price_negotiable'],
                'image' => $product['image'][0]['file_path'],
                'product_image' => $product['image'][0]['file_path'],
                'product_price' => $show_sku['product_price'],