Commit e3fcdb28 authored by hezhen's avatar hezhen

Merge branch 'master_position' into dev

parents b2a0976d e29df43d
...@@ -54,6 +54,8 @@ public class ActivityUserJoinBiz extends BaseBiz<ActivityUserJoinMapper,Activity ...@@ -54,6 +54,8 @@ public class ActivityUserJoinBiz extends BaseBiz<ActivityUserJoinMapper,Activity
} }
insertSelective(userJoin); insertSelective(userJoin);
ruleBiz.updateById(rule); ruleBiz.updateById(rule);
//领取优惠卷
receiveCoupn(userId);
} }
//领取优惠卷 //领取优惠卷
......
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