删除管理端自定义分词Controller重复问题。限时抢购活动,修改时增加检查秒杀参数校验

This commit is contained in:
paulGao
2021-09-27 10:06:19 +08:00
parent c8b2e87570
commit 794a932340
3 changed files with 46 additions and 73 deletions

View File

@@ -192,6 +192,8 @@ public class SeckillServiceImpl extends ServiceImpl<SeckillMapper, Seckill> impl
seckillVO.setEndTime(cn.hutool.core.date.DateUtil.endOfDay(seckillVO.getStartTime()));
}
PromotionTools.checkPromotionTime(seckillVO.getStartTime().getTime(), seckillVO.getEndTime().getTime());
//检查秒杀活动参数
this.checkSeckillParam(seckillVO);
//更新到MYSQL中
boolean result = this.updateById(seckillVO);
//保存到MONGO中