Commit c7842f12 authored by 王源's avatar 王源 🎧

* 模糊搜索平台子sku,获取id数组

parent 901fa6fb
...@@ -53,4 +53,12 @@ interface PlatformProductChildServiceInterface ...@@ -53,4 +53,12 @@ interface PlatformProductChildServiceInterface
*/ */
public function getBySkuList(array $skuList, $siteId, array $relations = [], $columns = ['*']): array; public function getBySkuList(array $skuList, $siteId, array $relations = [], $columns = ['*']): array;
/**
* 模糊搜索平台子sku,获取id数组
* @param string $childSku 平台子sku
* @param array|null $limitIds 限制id数组,不传为不限制
* @return array
*/
public function getIdsByChildSku(string $childSku, array $limitIds = null);
} }
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