Browse Source

回复的注释代码

yujia 7 năm trước cách đây
mục cha
commit
acb5343f89

+ 1 - 1
src/main/java/com/uas/platform/b2c/prod/commodity/service/impl/GoodsServiceImpl.java

@@ -1864,7 +1864,7 @@ public class GoodsServiceImpl implements GoodsService {
 			uuids.add(nowGoods.getBatchCode());
 			recommendProductService.deleteProductsWhenSellerUpdateReserve(storeuuid, uuids);
 		} else {
-            // recommendProductService.updateRecommendProductInfo(nowGoods);
+            recommendProductService.updateRecommendProductInfo(nowGoods);
         }
 		return nowGoods;
 	}