智慧保安后台管理项目备份
Administrator
2021-10-27 fe9c6432b0b6eea428bbb856fabe4f7d1e84f0cb
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;
@@ -84,6 +86,7 @@
   List<Map<Object,Object>> selectWg(String jurisdiction);
   List<Map<Object,Object>> selectJy(String jurisdiction);
   List<Map<Object,Object>> selectYs(String jurisdiction);
   List<Map<Object,Object>> seleFj(String jurisdiction);
   List<Map<Object,Object>> selJur();
   String selJurchilder(String id);
   List<Map<Object,Object>> seleJuList(String substring);
@@ -152,4 +155,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);
}