From d2ef8745f1370566fdca904726df21103bf36ed5 Mon Sep 17 00:00:00 2001 From: lin <sbla5888@163.com> Date: Thu, 14 Mar 2024 10:40:27 +0800 Subject: [PATCH] 居住证申请 --- src/main/java/org/springblade/modules/checkInRecords/service/impl/CheckInRecordsServiceImpl.java | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/main/java/org/springblade/modules/checkInRecords/service/impl/CheckInRecordsServiceImpl.java b/src/main/java/org/springblade/modules/checkInRecords/service/impl/CheckInRecordsServiceImpl.java index 834f5ed..597e1fb 100644 --- a/src/main/java/org/springblade/modules/checkInRecords/service/impl/CheckInRecordsServiceImpl.java +++ b/src/main/java/org/springblade/modules/checkInRecords/service/impl/CheckInRecordsServiceImpl.java @@ -19,24 +19,16 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.apache.logging.log4j.util.Strings; import org.springblade.common.cache.SysCache; -import org.springblade.common.param.CommonParamSet; -import org.springblade.common.utils.SpringUtils; import org.springblade.core.secure.utils.AuthUtil; import org.springblade.modules.checkInRecords.dto.CheckInRecordsDTO; import org.springblade.modules.checkInRecords.entity.CheckInRecordsEntity; import org.springblade.modules.checkInRecords.vo.CheckInRecordsVO; import org.springblade.modules.checkInRecords.mapper.CheckInRecordsMapper; import org.springblade.modules.checkInRecords.service.ICheckInRecordsService; -import org.springblade.core.mp.base.BaseServiceImpl; -import org.springblade.modules.system.service.IDeptService; -import org.springblade.modules.system.vo.DeptVO; -import org.springblade.modules.taskPlaceSelfCheck.vo.TaskPlaceSelfCheckVO; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.core.metadata.IPage; -import java.util.ArrayList; import java.util.List; -import java.util.stream.Collectors; /** * 打卡记录表 服务实现类 -- Gitblit v1.9.3