quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
admin/app/api/model/supplier/Supplier.php
@@ -117,6 +117,7 @@
        $product_model = new ProductModel();
        foreach ($list as &$v) {
            $productList = $product_model->with(['image.file'])
                ->where('is_gift_pack', '=', 0)
                ->where([
                    'shop_supplier_id' => $v['shop_supplier_id'],
                    'product_status' => 10,