From 57d0cadb0318a829fc764ab2a32de875deb99acc Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Sun, 18 Feb 2024 17:45:31 +0800
Subject: [PATCH] 已审核 查询出审核不通过
---
src/main/java/org/springblade/modules/checkInRecords/mapper/CheckInRecordsMapper.xml | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/springblade/modules/checkInRecords/mapper/CheckInRecordsMapper.xml b/src/main/java/org/springblade/modules/checkInRecords/mapper/CheckInRecordsMapper.xml
index e3b8b87..52b5e66 100644
--- a/src/main/java/org/springblade/modules/checkInRecords/mapper/CheckInRecordsMapper.xml
+++ b/src/main/java/org/springblade/modules/checkInRecords/mapper/CheckInRecordsMapper.xml
@@ -43,7 +43,6 @@
</if>
</where>
order by jcir.create_time desc
-
</select>
<resultMap type="org.springblade.modules.checkInRecords.dto.CheckInRecordsDTO" id="CheckInRecordsDTOResult">
@@ -96,6 +95,4 @@
<if test="deletedFlag != null "> and deleted_flag = #{deletedFlag}</if>
</where>
</select>
-
-
</mapper>
--
Gitblit v1.9.3