...
|
...
|
@@ -52,6 +52,7 @@ public class GrassRewardsServiceImpl implements IGrassRewardsService { |
|
|
checkParams(req);
|
|
|
GrassRewardsConfig rewardsConfig = YHBeanUtils.copyBeans(GrassRewardsConfig.class, req);
|
|
|
rewardsConfig.setCreateTime(DateUtil.getCurrentTimeSeconds());
|
|
|
rewardsConfig.setStatus(2); //新建的默认不启用
|
|
|
grassRewardsConfigDAO.insertRewardSeletive(rewardsConfig);
|
|
|
|
|
|
String includTopics = req.getIncludeTopics();
|
...
|
...
|
|