记得上下班打卡 | git大法好,push需谨慎

Commit 6cb07c5c authored by 张国柄's avatar 张国柄

~API:活动:修改活动-正在下单:REDIS更新VO更正;

parent e4917cf2
......@@ -161,7 +161,7 @@ public class GoblinZhengzaiMarketServiceImpl implements IGoblinZhengzaiMarketSer
vo.setPerformanceId(performanceId);
GoblinSelfMarketingVo changeVo = goblinMongoUtils.updateSelfMarket(marketId, vo);
//redis
goblinRedisUtils.setSelfMarket(marketId, vo);
goblinRedisUtils.setSelfMarket(marketId, changeVo);
goblinRedisUtils.changeZhengzaiList(changeVo);
return ResponseDto.success();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment