Commit a7083605 authored by chentianyu's avatar chentianyu

模糊搜索产品数据

parent ecd2ef19
...@@ -249,14 +249,13 @@ interface ProductServiceInterface ...@@ -249,14 +249,13 @@ interface ProductServiceInterface
/** /**
* 模糊搜索产品数据 * 模糊搜索产品数据
* @param string $field * @param array $where
* @param string $value
* @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(string $field, string $value, array $select = ['id'], array $limitIds = null): array; public function searchProducts(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