excel表里的时间默认是年/月/日,例2022/04/07。
但@DateTimeFormat,SimpleDateFormat都是 yy-MM-dd形式,例如2022-04-07。
导致时间格式不一致,文件导入失败,请问如何解决?
SimpleDateFormat成yyyy/mm/dd不就行了