Commit 2101e012 authored by hezhen's avatar hezhen

123

parent 4e261ede
......@@ -70,7 +70,7 @@ public class ActivityRuleBiz extends BaseBiz<ActivityRuleMapper,ActivityRule> {
int days=coupon.getValidDays()==null?0:coupon.getValidDays();
coupon.setValidEndTime(System.currentTimeMillis()+days*24*60*60*1000);
}
coupons.add(couponBiz.selectById(id));
coupons.add(coupon);
}
}
}
......
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