Authored by 张帅

fix

@@ -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);