百度了很多都是加注解 @JSONField(format = "yyyy-MM-dd") 但是此方法并没有解决 解决方法 将 import java.util.Date 换成 import java.sql.Date;