From 7d03be232be2b99e3a9aeb5ad7a88fc90d4a7e8d Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Wed, 15 Sep 2021 09:18:50 +0800
Subject: [PATCH] 1.角色信息
---
src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 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 7ca8bda..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,11 +14,15 @@
<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>
<select id="selectSeinspectPage" resultMap="seinspectResultMap">
- select * from sys_seinspect where is_deleted = 0
+ select * from sys_seinspect
</select>
</mapper>
--
Gitblit v1.9.3