From 804764fa08951636d118377923c7fddfccc4f643 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 04 Dec 2021 16:28:41 +0800
Subject: [PATCH] 保安员查询修改

---
 src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java b/src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
index f5142e8..6a13005 100644
--- a/src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
+++ b/src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
@@ -23,6 +23,7 @@
 import org.springblade.modules.information.service.IInformationService;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import org.springblade.modules.information.vo.ResponseVo;
+import org.springblade.modules.system.vo.UserVO;
 import org.springframework.stereotype.Service;
 import com.baomidou.mybatisplus.core.metadata.IPage;
 
@@ -436,4 +437,17 @@
 	public List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type) {
 		return baseMapper.getSecurityHoldAndSoidAndDispatchGroupCountList(type);
 	}
+
+	/**
+	 * 根据辖区,公司查询未缴纳社保,未缴纳保险,未派遣人数
+	 * @param page
+	 * @param information
+	 * @param type
+	 * @return
+	 */
+	@Override
+	public IPage<UserVO> getNotSocialAndInsuranceAndDispatcherNumber(IPage<UserVO> page, InformationVO information, int type) {
+		return null;
+//		return page.setRecords(baseMapper.getNotSocialAndInsuranceAndDispatcherNumber(page, information,type));
+	}
 }

--
Gitblit v1.9.3