|
|
@@ -80,7 +80,7 @@ public class WeatherWarningServiceImpl extends ServiceImpl<WeatherWarningMapper,
|
|
|
log.error("尚未开通天气预警服务");
|
|
|
return;
|
|
|
}
|
|
|
- String weather_para_str = systemParameService.findSysConfigByCode(SystemParameterConstant.WEATHER_PAPA, SecurityConstants.INNER).getConfigValue();
|
|
|
+ String weather_para_str = systemParameService.findSysConfigByCode(SystemParameterConstant.WEATHER_PARA, SecurityConstants.INNER).getConfigValue();
|
|
|
if(StringUtils.isEmpty(weather_para_str)){
|
|
|
log.error("访问获取天气预警接口参数未配置");
|
|
|
return;
|