| | |
| | | import org.springblade.modules.information.vo.InformationVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.information.vo.ResponseVo; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | import org.springframework.boot.autoconfigure.quartz.QuartzDataSource; |
| | | |
| | | import java.util.List; |
| | |
| | | List<Map<Object,Object>> selJur(); |
| | | String selJurchilder(String id); |
| | | List<Map<Object,Object>> seleJuList(String substring); |
| | | List<Map<Object,Object>> selectBxc(IPage page, String jurisdiction,String type); |
| | | |
| | | Map<String, String> queryYearZ(String year,String jurisdiction,String deptid); |
| | | Map<String, String> queryYearZc(String year,String jurisdiction,String deptid); |
| | |
| | | * @return |
| | | */ |
| | | List<InformationVO> getSecurityUnitServerLess2Page(IPage<InformationVO> page,@Param("information") InformationVO information); |
| | | |
| | | /** |
| | | * 统计表现差的信息 |
| | | * @return |
| | | */ |
| | | List<ResponseVo> getSecurityPerformanceGroupCountList(); |
| | | |
| | | /** |
| | | * 统计资格审查异常信息 |
| | | * @return |
| | | */ |
| | | List<ResponseVo> getSecurityExaminationGroupCountList(); |
| | | |
| | | /** |
| | | * 考试通过率低于50% |
| | | * @return |
| | | */ |
| | | List<ResponseVo> getSecurityExamPassingGroupCountList(); |
| | | |
| | | /** |
| | | * 查询 1 持证率低于50%, 2 社保缴纳率低于50%, 3 派遣率低于50% |
| | | * @param type 1 持证率低于50%, 2 社保缴纳率低于50%, 3 派遣率低于50% |
| | | * @return |
| | | */ |
| | | List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type); |
| | | } |