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