From ddae03ebb4297e78c69beab11bc8bd7e9c370913 Mon Sep 17 00:00:00 2001
From: zhongrj <123456>
Date: Wed, 24 Aug 2022 08:43:25 +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