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

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

活动 过滤删除的活动

parent 30dc0178
......@@ -47,6 +47,9 @@ public class GoblinZhengzaiServiceImpl implements IGoblinZhengzaiService {
GoblinMarketingZhengzaiRelationVo zhengzaiRelationVo = redisUtils.getZhengzaiRelation(selfMarketId, storeId);
if (DateUtil.compareStrDay(DateUtil.getNowTime(), zhengzaiRelationVo.getShowTime()) == 1) {
GoblinSelfMarketingVo vo = redisUtils.getSelfMarket(selfMarketId);
if(vo==null){
continue;
}
if (vo.getStatus() == null || vo.getStatus() != 7) {
if (DateUtil.compareStrDay(nowStr, vo.getStartTime()) < 0) {
vo.setStatus(0);
......
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