From e2ea82b9219c1fa616a6d877480f23e7a5aa3f29 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 17 Jan 2022 19:05:21 +0800
Subject: [PATCH] 1.考试修改 2.押运人员定位修改
---
src/main/java/org/springblade/modules/exam/mapper/ScoreAuditRecordsMapper.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/exam/mapper/ScoreAuditRecordsMapper.xml b/src/main/java/org/springblade/modules/exam/mapper/ScoreAuditRecordsMapper.xml
index e350d6e..8a9d2e1 100644
--- a/src/main/java/org/springblade/modules/exam/mapper/ScoreAuditRecordsMapper.xml
+++ b/src/main/java/org/springblade/modules/exam/mapper/ScoreAuditRecordsMapper.xml
@@ -11,7 +11,7 @@
bu.sex,bu.cardid idCardNo,
ifnull(DATE_FORMAT(NOW(), '%Y') - SUBSTRING( bu.cardid,7,4),0) age,
bu1.real_name applyRealName,
- ke.exam_name examName,
+ ke.exam_name examName,date_format(ke.start_time,'%Y-%m-%d') examTime,
bt1.dept_name applyUnitName
FROM
sys_score_audit_records ssar
@@ -69,6 +69,9 @@
<if test="scoreAuditRecords.examName!=null and scoreAuditRecords.examName!=''">
and ke.exam_name like concat('%', #{scoreAuditRecords.examName},'%')
</if>
+ <if test="scoreAuditRecords.examTime!=null and scoreAuditRecords.examTime!=''">
+ and date_format(ke.start_time,'%Y-%m-%d') = #{scoreAuditRecords.examTime}
+ </if>
<if test="scoreAuditRecords.trainUnitId!=null and scoreAuditRecords.trainUnitId!=''">
and bt1.id = #{scoreAuditRecords.trainUnitId}
</if>
--
Gitblit v1.9.3