From e50a89ac0eaaa7daaf9f69554b7df11002b8eb95 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 22 Sep 2021 17:49:15 +0800
Subject: [PATCH] 缴费上传接口修改,考试开始接口修改
---
src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml b/src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml
index 642c521..09a821c 100644
--- a/src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml
+++ b/src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml
@@ -14,6 +14,10 @@
<result column="insid" property="insid"/>
<result column="examination_type" property="examinationType"/>
<result column="url" property="url"/>
+ <result column="jid" property="jid"/>
+ <result column="deptid" property="deptid"/>
+ <result column="jurisdiction" property="jurisdiction"/>
+ <result column="url" property="url"/>
</resultMap>
--
Gitblit v1.9.3