From 4ecf2dbe2c255c3b556ff4bfb49b4e2e8285bd17 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Tue, 31 Aug 2021 11:24:45 +0800
Subject: [PATCH] 1.ftp

---
 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 0c55533..d15ce89 100644
--- a/src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml
+++ b/src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml
@@ -13,6 +13,10 @@
         <result column="reviewTime" property="reviewtime"/>
         <result column="insid" property="insid"/>
         <result column="examination_type" property="examinationType"/>
+        <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