|
|
@@ -62,8 +62,6 @@ public class AppActiveProductServiceImpl implements AppActiveProductService {
|
|
|
@Autowired
|
|
|
private IHelpGoodsService helpGoodsService;
|
|
|
@Autowired
|
|
|
- private PlatformSettingUtil platformSettingUtil;
|
|
|
- @Autowired
|
|
|
private IUserHeatService userHeatService;
|
|
|
@Autowired
|
|
|
private IUserPufaPointService userPufaPointService;
|
|
|
@@ -114,7 +112,7 @@ public class AppActiveProductServiceImpl implements AppActiveProductService {
|
|
|
userHelpCountCheck(activeHelpRecord, activeProductRecord, loginUser, helpGoods);
|
|
|
|
|
|
//获取平台参数配置
|
|
|
- ActiveSettingDto activeSetting = platformSettingUtil.getActiveSetting(activeProductRecord.getActiveId());
|
|
|
+ ActiveSettingDto activeSetting = PlatformSettingUtil.getActiveSetting(activeProductRecord.getActiveId());
|
|
|
Assert.notNull(activeSetting, "平台没有配置投票参数");
|
|
|
|
|
|
//更新用户普法积分
|