Commit 1b073ff3 authored by chentianyu's avatar chentianyu

获取产品数据

parent 7c485705
...@@ -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