From 4613e25ccfdf132a70bed3d308d306bf9bcb011f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 22 Jul 2021 10:15:50 +0800
Subject: [PATCH] 1.考试成绩新增userId字段,查询接口新增条件查询 2.新增查询实时位置接口 3.指令接口修改
---
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/system/mapper/UserMapper.xml b/src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
index 1bdcbf1..6e5e9ad 100644
--- a/src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
+++ b/src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -39,6 +39,10 @@
<result column="hold" property="hold"/>
<result column="jurisdiction" property="jurisdiction"/>
<result column="securitynumber" property="securitynumber"/>
+ <result column="examinationType" property="examinationType"/>
+ <result column="examinationMx" property="examinationMx"/>
+ <result column="fingerprint" property="fingerprint"/>
+ <result column="photo" property="photo"/>
</resultMap>
<select id="selectUserPage" resultMap="userResultMap">
--
Gitblit v1.9.3