把@JsonFormat(pattern = “yyyy-MM-dd HH:mm:ss”)替换为@JSONField(format=“yyyy-MM-dd HH:mm:ss”)
@JsonFormat注解是jackson的注解。@JSONField注解是fastjson的注解。