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,