Commit 0f4299cd authored by chentianyu's avatar chentianyu

获取产品数据

parent a7083605
...@@ -248,14 +248,14 @@ interface ProductServiceInterface ...@@ -248,14 +248,14 @@ interface ProductServiceInterface
public function getCraftByProductIds(array $productIds); public function getCraftByProductIds(array $productIds);
/** /**
* 模糊搜索产品数据 * 获取产品数据
* @param array $where * @param array $where
* @param array $select * @param array $select
* @param array|null $limitIds * @param array|null $limitIds
* @return array * @return array
* @author chentianyu * @author chentianyu
*/ */
public function searchProducts(array $where, array $select = ['id'], array $limitIds = null): array; public function getProductsByWhere(array $where, array $select = ['id'], array $limitIds = null): array;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment