Compare commits
2 Commits
6a422277e1
...
c4b49cfd2b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4b49cfd2b | ||
|
|
532da63c8f |
|
|
@ -6,7 +6,7 @@ package org.jeecg.common.constant.enums;
|
||||||
public enum WeatherFileSuffixEnum {
|
public enum WeatherFileSuffixEnum {
|
||||||
|
|
||||||
|
|
||||||
GRIB("grib"),GRIB2("grib2");;
|
GRIB("grib"),GRIB2("grib2"),GRB2("grb2");;
|
||||||
|
|
||||||
private String value;
|
private String value;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -819,7 +819,7 @@ public class WeatherDataServiceImpl extends ServiceImpl<WeatherDataMapper, Weath
|
||||||
.append(".")
|
.append(".")
|
||||||
.append(WeatherSuffixConstants.NCEP_SUFFIX)
|
.append(WeatherSuffixConstants.NCEP_SUFFIX)
|
||||||
.append(".")
|
.append(".")
|
||||||
.append(WeatherFileSuffixEnum.GRIB2.getValue());
|
.append(WeatherFileSuffixEnum.GRB2.getValue());
|
||||||
}
|
}
|
||||||
return storagePath.toString();
|
return storagePath.toString();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user