Commit a58ee874 authored by 秦俊坤's avatar 秦俊坤

Merge branch '0928_add_get_child_product_by_product_interface_qjk' into develop

parents c6d72cb5 5f3a2c8a
...@@ -278,4 +278,11 @@ interface ProductServiceInterface ...@@ -278,4 +278,11 @@ interface ProductServiceInterface
*/ */
public function getProductChildByWhere(array $where, array $whereIn = [], array $columns = ['*'], array $relations = []): array; public function getProductChildByWhere(array $where, array $whereIn = [], array $columns = ['*'], array $relations = []): array;
/**
* 根据主 SKU 获取子 SKU 相关信息
* @param $filters
* @param string[] $childProductFields
* @return array
*/
public function getChildProductsByProductFilter($filters, $childProductFields = ['*']): 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