Showing
1 changed file
with
1 additions
and
0 deletions
@@ -197,6 +197,7 @@ public class GrassRewardsServiceImpl implements IGrassRewardsService { | @@ -197,6 +197,7 @@ public class GrassRewardsServiceImpl implements IGrassRewardsService { | ||
197 | //首发奖励不允许修改 | 197 | //首发奖励不允许修改 |
198 | if(req.getType() == 3){ | 198 | if(req.getType() == 3){ |
199 | req.setMaxTime(1); | 199 | req.setMaxTime(1); |
200 | + req.setRewardInterval(0); | ||
200 | } | 201 | } |
201 | if(req.getNum() == null){ | 202 | if(req.getNum() == null){ |
202 | throw new PlatformException("reward num is null ", 405); | 203 | throw new PlatformException("reward num is null ", 405); |
-
Please register or login to post a comment