From fe9c6432b0b6eea428bbb856fabe4f7d1e84f0cb Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 27 Oct 2021 17:16:01 +0800
Subject: [PATCH] 保安员资格审查查询修改

---
 src/main/java/org/springblade/modules/performance/mapper/PerformanceMapper.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/performance/mapper/PerformanceMapper.xml b/src/main/java/org/springblade/modules/performance/mapper/PerformanceMapper.xml
index ec89eee..ddcf401 100644
--- a/src/main/java/org/springblade/modules/performance/mapper/PerformanceMapper.xml
+++ b/src/main/java/org/springblade/modules/performance/mapper/PerformanceMapper.xml
@@ -12,13 +12,15 @@
         <result column="score" property="score"/>
         <result column="time" property="time"/>
         <result column="departmentid" property="departmentid"/>
+        <result column="jurisdiction" property="jurisdiction"/>
+        <result column="departmentName" property="departmentName"/>
+        <result column="cardid" property="cardid"/>
     </resultMap>
 
 
     <select id="selectPerformancePage" resultMap="performanceResultMap">
-        select * from sys_performance
+        select * from sys_performance where securityId = #{performance.securityid}
     </select>
-
 
     <!--查询本年所有月份的表现差的数量-->
     <select id="queryYearPer" resultType="java.util.HashMap">

--
Gitblit v1.9.3