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