Commit ecd2ef19 authored by chentianyu's avatar chentianyu

模糊搜索产品数据

parent 07246666
......@@ -247,4 +247,16 @@ interface ProductServiceInterface
*/
public function getCraftByProductIds(array $productIds);
/**
* 模糊搜索产品数据
* @param string $field
* @param string $value
* @param array $select
* @param array|null $limitIds
* @return array
* @author chentianyu
*/
public function searchProducts(string $field, string $value, 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