Authored by Lixiaodi

bug修改

@@ -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();