!224 修复秒杀活动商品时间不正确问题
Merge pull request !224 from OceansDeep/feature/pg
This commit is contained in:
commit
443cf1829e
@ -140,8 +140,6 @@ public class PromotionTools {
|
||||
if (promotionGoods.getStartTime() == null || !PromotionTypeEnum.SECKILL.equals(promotionTypeEnum)) {
|
||||
promotionGoods.setEndTime(promotion.getEndTime());
|
||||
}
|
||||
promotionGoods.setStartTime(promotion.getStartTime());
|
||||
promotionGoods.setEndTime(promotion.getEndTime());
|
||||
promotionGoods.setPromotionType(promotionTypeEnum.name());
|
||||
promotionGoods.setNum(0);
|
||||
promotionGoods.setDeleteFlag(promotion.getDeleteFlag());
|
||||
|
Loading…
x
Reference in New Issue
Block a user