silent 4 лет назад
Родитель
Сommit
1ba7ae477d

+ 1 - 1
src/main/java/org/springblade/gateway/goods_gateway/service/impl/AppHelpGoodsServiceImpl.java

@@ -94,7 +94,7 @@ public class AppHelpGoodsServiceImpl implements AppHelpGoodsService {
 		activeHelpRecord.setVoteCount(helpGoods.getVotePointRate().longValue());
 		appActiveProductService.activeHelp(activeHelpRecord);
 
-		//助力之后判断是否需要移动积分兑换
+		//助力之后判断是否需要移动积分兑换(防止先兑换之后,助力不成功问题)
 		cmccPointExchange(cmccPointRecord, cmccDectOrderRequest, helpGoods, loginUser);
 	}