tangzy
2021-08-26 857839d789bb22444c7a3e0cfd2c80c8881ba2c5
1.处罚
2 files modified
2 ■■■■■ changed files
src/main/java/org/springblade/modules/record/entity/Record.java 1 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/record/entity/Record.java
@@ -148,7 +148,6 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private String deptid;
    private String examinetime;
    private String representativecell;
    private String contacts;
    private String contactscell;
src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
@@ -24,7 +24,6 @@
        <result column="offices" property="offices"/>
        <result column="officetime" property="officetime"/>
        <result column="deptid" property="deptid"/>
        <result column="examinetime" property="examinetime"/>
        <result column="representativecell" property="representativecell"/>
        <result column="contacts" property="contacts"/>
        <result column="contactscell" property="contactscell"/>