Showing
1 changed file
with
1 additions
and
1 deletions
@@ -2040,7 +2040,7 @@ public class ProductServiceImpl implements ProductService { | @@ -2040,7 +2040,7 @@ public class ProductServiceImpl implements ProductService { | ||
2040 | 2040 | ||
2041 | /** | 2041 | /** |
2042 | * 根据编码查询货号 名称 和图片 商品颜色 | 2042 | * 根据编码查询货号 名称 和图片 商品颜色 |
2043 | - * @param productId | 2043 | + * @param productIds |
2044 | * @return | 2044 | * @return |
2045 | */ | 2045 | */ |
2046 | public Map<Integer, ProductInfo> queryProductInfoMap(List<Integer> productIds) { | 2046 | public Map<Integer, ProductInfo> queryProductInfoMap(List<Integer> productIds) { |
-
Please register or login to post a comment