Could not write JSON: Cannot format given Object as a Date; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Cannot format given Object as a Datejson
报这个错的时候是由于 Date转json的时候有空字符,因此要先判断一下是否是为空app