Commit 5277e238 authored by Liu lu's avatar Liu lu

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents d48e3a90 1b073ff3
...@@ -250,12 +250,13 @@ interface ProductServiceInterface ...@@ -250,12 +250,13 @@ interface ProductServiceInterface
/** /**
* 获取产品数据 * 获取产品数据
* @param array $where * @param array $where
* @param array $whereIn
* @param array $select * @param array $select
* @param array|null $limitIds * @param array|null $limitIds
* @return array * @return array
* @author chentianyu * @author chentianyu
*/ */
public function getProductsByWhere(array $where, array $select = ['id'], array $limitIds = null): array; public function getProductsByWhere(array $where, array $whereIn = [], 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