数据过滤工具类

This commit is contained in:
zhangtao 2025-01-05 18:59:53 +08:00
parent eca575b743
commit d3317e0924

View File

@ -449,7 +449,7 @@ public class DataProcessUtil {
int year = Integer.parseInt(str);
Year y = Year.parse(str, YEAR_FORMAT);
return YEARS_TO_SKIP.contains(str);
} catch (NumberFormatException e) {
} catch (Exception e) {
return false;
}
}