From 2b5ca6cea92ff6a67582c3331a0704480e63b9b4 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 02 Sep 2021 11:28:17 +0800
Subject: [PATCH] 1.正式考试,模拟考试考试申请接口修改 2.用户头像批量上传(压缩zip 包上传) 3.通知公告接口修改

---
 src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml b/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
index 36f2757..6eb1ec8 100644
--- a/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
+++ b/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
@@ -26,7 +26,6 @@
         <result column="deptid" property="deptid"/>
         <result column="permitime" property="permitime"/>
         <result column="ptype" property="ptype"/>
-        <result column="examinetime" property="examinetime"/>
         <result column="cardid" property="cardid"/>
         <result column="representativecell" property="representativecell"/>
         <result column="contacts" property="contacts"/>

--
Gitblit v1.9.3