src/main/java/org/springblade/modules/information/entity/Information.java
@@ -146,4 +146,8 @@ private String contactscell; private String businessLicense; private String licence; private String fregion; @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") @DateTimeFormat(pattern = "yyyy-MM-dd") private Date ftime; } src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -28,6 +28,8 @@ <result column="contactscell" property="contactscell"/> <result column="businessLicense" property="businessLicense"/> <result column="licence" property="licence"/> <result column="fregion" property="fregion"/> <result column="ftime" property="ftime"/> </resultMap>