Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-micro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-micro
Commits
7ba4198d
Commit
7ba4198d
authored
Dec 21, 2020
by
王源
🎧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化注释
parent
480339ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ProductServiceInterface.php
src/Service/Interfaces/Product/ProductServiceInterface.php
+3
-3
No files found.
src/Service/Interfaces/Product/ProductServiceInterface.php
View file @
7ba4198d
...
...
@@ -38,9 +38,9 @@ interface ProductServiceInterface
/**
* 通过sku列表获取产品列表
* @param array $skuList 默认去重
* @param array $relations
子SKU
的关联关系,可传入['color', 'size','brand', 'category', 'product_name', 'images', 'cost', 'weight']
* @param array $columns
子SKU
表的字段,默认返回id
* @return array 默认keyBy('
child_
sku')
* @param array $relations
产品
的关联关系,可传入['color', 'size','brand', 'category', 'product_name', 'images', 'cost', 'weight']
* @param array $columns
产品
表的字段,默认返回id
* @return array 默认keyBy('sku')
*/
public
function
getListBySkuList
(
array
$skuList
,
array
$relations
=
[],
array
$columns
=
[
'id'
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment