智慧保安后台管理项目备份
Administrator
2021-09-18 3b1e22dc8460daafc2ecbae478ddcbe5ea21b944
src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -24,6 +24,8 @@
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 java.util.List;
import java.util.Map;
@@ -62,6 +64,7 @@
   List<Map<Object,Object>> queryCountSb(String jurisdiction,String deptid);
   List<Map<Object,Object>> queryCountKh(String jurisdiction,String deptid);
   List<Map<Object,Object>> queryCountPq(String jurisdiction,String deptid);
   List<Map<String, Object>> seleP(String jurisdiction,String deptid);
   List selectYw(IPage page,String jurisdiction,String deptid,String stats);
   List selectUIn(IPage page,String deptid,String name,String hold,String photo,String examinationtype,String dispatch,String soil);
   List<Map<Object,Object>> selectJur();
@@ -70,6 +73,7 @@
   List<Map<Object,Object>> selectCf(String jurisdiction);
   List<Map<Object,Object>> selectCl(String jurisdiction);
   List<Map<Object,Object>> selectBx(String jurisdiction,String deptid,String type);
   List<Map<Object,Object>> selectBxs(String jurisdiction);
   List<Map<Object,Object>> seCountI(String jurisdiction,String deptid);
   List<Map<Object,Object>> selectAge(String jurisdiction,String deptid);
   String seCountUm(String jurisdiction,String deptid);
@@ -150,4 +154,29 @@
    * @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);
}