Commit f7b3dfa3 authored by hezhen's avatar hezhen

Merge branch 'hz_master' into dev

parents 11edbeb4 2101e012
......@@ -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