From 0d99d26f39e055ee17fdbf2c5cbd1daf695c4310 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 13 Sep 2021 21:28:42 +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