Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1160,7 +1160,7 @@ public class ProductServiceImpl implements ProductService { | @@ -1160,7 +1160,7 @@ public class ProductServiceImpl implements ProductService { | ||
1160 | } | 1160 | } |
1161 | 1161 | ||
1162 | setProductProfitRate(productInfo, productInfo.getProductId()); | 1162 | setProductProfitRate(productInfo, productInfo.getProductId()); |
1163 | - setCategoryServiceFeeRate(productInfo, productInfo.getMaxSortId()); | 1163 | + setCategoryServiceFeeRate(productInfo, product.getMaxSortId()); |
1164 | 1164 | ||
1165 | 1165 | ||
1166 | ProductDetailResp productDetailResp = new ProductDetailResp(); | 1166 | ProductDetailResp productDetailResp = new ProductDetailResp(); |
-
Please register or login to post a comment