智慧保安后台管理-验收版本
tangzy
2021-12-04 ef8c725ba73fea5b88bb7f77684639ddf8e51e95
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 org.springblade.modules.system.vo.UserVO;
import org.springframework.boot.autoconfigure.quartz.QuartzDataSource;
import java.util.List;
@@ -88,6 +90,7 @@
   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);
@@ -153,4 +156,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);
}