Authored by 张帅

fix

@@ -198,6 +198,7 @@ public class GrassRewardsServiceImpl implements IGrassRewardsService { @@ -198,6 +198,7 @@ public class GrassRewardsServiceImpl implements IGrassRewardsService {
198 if(req.getType() == 3){ 198 if(req.getType() == 3){
199 req.setMaxTime(1); 199 req.setMaxTime(1);
200 req.setRewardInterval(0); 200 req.setRewardInterval(0);
  201 + req.setAllTopic(0);
201 } 202 }
202 if(req.getNum() == null){ 203 if(req.getNum() == null){
203 throw new PlatformException("reward num is null ", 405); 204 throw new PlatformException("reward num is null ", 405);