Commit 8aa47906 authored by zhouwei's avatar zhouwei

修复大风码值错误

parent 66bdacbf
......@@ -140,7 +140,7 @@ public class AIServiceImpl implements AIService {
NATURAL_DISASTER_LABEL_MAP.put("冻雨","freezingRain");
NATURAL_DISASTER_LABEL_MAP.put("霾","hazeWarning");
NATURAL_DISASTER_LABEL_MAP.put("雷暴","thunderstormWarning");
NATURAL_DISASTER_LABEL_MAP.put("大风","HhighWind");
NATURAL_DISASTER_LABEL_MAP.put("大风","highWind");
}
private final static ObjectMapper objectMapper = new ObjectMapper();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment