From 6b110c93a1fb5392401e0674db0dd807ea82a12f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 14 Dec 2021 14:41:40 +0800
Subject: [PATCH] 1. 实操成绩导入修改 2. 定时任务配置多线程执行 3. 保安员查询修改
---
src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml b/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml
index 66a4d6b..d5fdc5c 100644
--- a/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml
+++ b/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml
@@ -45,6 +45,8 @@
sj.id = si.jurisdiction
WHERE
1=1
+ and bu.status = 1
+ and bu.is_deleted = 0
<if test="accreditationRecords.deptName!=null and accreditationRecords.deptName!=''">
and bt.dept_name like concat('%', #{accreditationRecords.deptName},'%')
</if>
--
Gitblit v1.9.3