| | |
| | | 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; |
| | | |
| | |
| | | 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)); |
| | | } |
| | | } |