@@ -89,6 +89,6 @@ public class BehospitalAnalysisDTO implements Serializable {
* 评分时间
*/
@Excel(name = "评分时间", exportFormat = "yyyy/MM/dd")
- // @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date gradeTime;
}