智慧保安后台管理项目备份
tangzy
2021-08-24 5f70552240fbbd129d59f150d4b2e2f2691e4371
1.单位添加服务区域,时间
2 files modified
6 ■■■■■ changed files
src/main/java/org/springblade/modules/information/entity/Information.java 4 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml 2 ●●●●● patch | view | raw | blame | history
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>