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

Commit e6815080 authored by 胡佳晨's avatar 胡佳晨

修改 todo 逻辑修改 开售时间

parent 8647af06
......@@ -202,6 +202,9 @@ public class GoblinRedisUtils {
GoblinListCollectVo collectNext = getCollectByNowNext(now, skuId);
if (collectNext != null) {
tagType = collectNext.getTagType();
//todo 逻辑修改 开售时间
vo.setSaleStartTime(collectNext.getTimeStart());
vo.setSaleStopTime(collectNext.getTimeEnd());
}
map.put("vo", vo);
map.put("tagType", tagType);
......
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