package com.zcloud.mapper.datasource.map; import com.zcloud.entity.Page; import com.zcloud.entity.PageData; import java.util.List; import java.util.Map; /** * 说明:重点工程处罚 * 作者:luoxiaobao * 时间:2022-09-21 * 官网:www.zcloudchina.com */ public interface MapEightMapper { List getCorpinfoIds(String[] ArrayDATA_IDS); /** * 获取柱状图 * @param pd * @return */ List> getEcharts(PageData pd); /** * 获取高危作业统计数据(申请数[COUNTAPPLY],审批中[COUNTAPPROVE],归档[COUNTARCHIVE]) * @param pd * @return * @throws Exception */ PageData statisticsHighRiskWorkByState(PageData pd); /** * 作业实时情况展示 * @param page * @return * @throws Exception */ List realTimeHighRiskWorklistPage(Page page); /**动火查询数据(有坐标数据) * @param pd * @throws Exception */ List getHOTWORKHighRiskWorkLocation(PageData pd); /**临时用电查询数据(有坐标数据) * @param pd * @throws Exception */ List getELECTRICITYHighRiskWorkLocation(PageData pd); /**盲板查询数据(有坐标数据) * @param pd * @throws Exception */ List getBLINDBOARDHighRiskWorkLocation(PageData pd); /**高处作业查询数据(有坐标数据) * @param pd * @throws Exception */ List getHIGHWORKHighRiskWorkLocation(PageData pd); /**有限空间作业查询数据(有坐标数据) * @param pd * @throws Exception */ List getCONFINEDSPACEHighRiskWorkLocation(PageData pd); /**吊装作业查询数据(有坐标数据) * @param pd * @throws Exception */ List getHOISTINGHighRiskWorkLocation(PageData pd); /**动火查询数据 * @param pd * @throws Exception */ PageData findByIdHOTWORK(PageData pd); /** * 动火数据 * @param pd * @return */ List listAlldelayed(PageData pd); /** * 动火数据 * @param pd * @return */ List listAllcuoshiHOTWORK(PageData pd); /**动火措施查询 * @param pd * @return */ List listAllMeasuresHOTWORK(PageData pd); /**动火 * @param pd * @throws Exception */ List listAll(PageData pd); /**动火审批详情 * @param pd * @throws Exception */ List getList(PageData pd); /**动火 * @param pd * @throws Exception */ List listAllMeasures(PageData pd); /**动火查询数据列表 * @param pd * @throws Exception */ List listAllHOTWORK(PageData pd); /**临时用电查询数据 * @param pd * @throws Exception */ PageData findByIdELECTRICITY(PageData pd); /**临时用电措施查询 * @param pd * @return */ List listAllMeasuresELECTRICITY(PageData pd); /**盲板查询数据 * @param pd * @throws Exception */ PageData findByIdBLINDBOARD(PageData pd); /**通过id数据经纬度 盲板 * @param pd * @throws Exception */ PageData findByIdJWD(PageData pd); /**盲板图片查询 * @param pd * @return */ List listAllBLINDBOARD(PageData pd); /**高处作业查询数据 * @param pd * @throws Exception */ PageData findByIdHIGHWORK(PageData pd); /**高处作业措施查询 * @param pd * @throws Exception */ List listAllMeasuresHIGHWORK(PageData pd); /**有限空间作业查询数据 * @param pd * @throws Exception */ PageData findByIdCONFINEDSPACE(PageData pd); /**有限空间作业措施查询 * @param pd * @throws Exception */ List listAllMeasuresCONFINEDSPACE(PageData pd); /**有限空间作业 * @param pd * @throws Exception */ List listAllCONFINEDSPACE(PageData pd); /**吊装作业查询数据 * @param pd * @throws Exception */ PageData findByIdHOISTING(PageData pd); /**吊装作业措施查询 * @param pd * @throws Exception */ List listAllMeasuresHOISTING(PageData pd); /** * 获取其他公司柱状图 * @param pd * @return */ List> getEchartsOrder(PageData pd); /** * 其他公司获取高危作业统计数据(申请数[COUNTAPPLY],审批中[COUNTAPPROVE],归档[COUNTARCHIVE]) * @param pd * @return * @throws Exception */ PageData statisticsHighRiskWorkByStateOrder(PageData pd); /** * 其他公司作业实时情况展示 * @param page * @return * @throws Exception */ List realTimeHighRiskWorklistPageOrder(Page page); /**临时用电查询数据(有坐标数据) * @param pd * @throws Exception */ List getELECTRICITYHighRiskWorkLocationOrder(PageData pd); /**盲板查询数据(有坐标数据) * @param pd * @throws Exception */ List getBLINDBOARDHighRiskWorkLocationOrder(PageData pd); /**高处作业查询数据(有坐标数据) * @param pd * @throws Exception */ List getHIGHWORKHighRiskWorkLocationOrder(PageData pd); /**有限空间作业查询数据(有坐标数据) * @param pd * @throws Exception */ List getCONFINEDSPACEHighRiskWorkLocationOrder(PageData pd); /**吊装作业查询数据(有坐标数据) * @param pd * @throws Exception */ List getHOISTINGHighRiskWorkLocationOrder(PageData pd); /**破土作业查询数据(有坐标数据) * @param pd * @throws Exception */ List getBREAKGROUNDHighRiskWorkLocationOrder(PageData pd); /**断路作业查询数据(有坐标数据) * @param pd * @throws Exception */ List getCUTROADHighRiskWorkLocationOrder(PageData pd); /**临时用电查询数据 * @param pd * @throws Exception */ PageData findByIdELECTRICITYOrder(PageData pd); /**临时用电措施查询 * @param pd * @return */ List listAllMeasuresELECTRICITYOrder(PageData pd); List listAllGasELECTRICTITYOrder(PageData pd); /**盲板查询数据 * @param pd * @throws Exception */ PageData findByIdBLINDBOARDOrder(PageData pd); /**通过id数据经纬度 盲板 * @param pd * @throws Exception */ PageData findByIdJWDOrder(PageData pd); /** * 获取盲板安全措施数据 * @param pd * @return */ List listAllMeasuresBLINDBOARDOrder(PageData pd); /**高处作业查询数据 * @param pd * @throws Exception */ PageData findByIdHIGHWORKOrder(PageData pd); /**高处作业措施查询 * @param pd * @throws Exception */ List listAllMeasuresHIGHWORKOrder(PageData pd); /**吊装作业查询数据 * @param pd * @throws Exception */ PageData findByIdHOISTINGOrder(PageData pd); /**吊装作业措施查询 * @param pd * @throws Exception */ List listAllMeasuresHOISTINGOrder(PageData pd); /**破土作业查询数据 * @param pd * @throws Exception */ PageData findByIdBREAKGROUNDOrder(PageData pd); /**破土作业措施查询 * @param pd * @throws Exception */ List listAllMeasuresBREAKGROUNDOrder(PageData pd); /**断路作业查询数据 * @param pd * @throws Exception */ PageData findByIdCUTROADOrder(PageData pd); /**断路作业措施查询 * @param pd * @throws Exception */ List listAllMeasuresCUTROADOrder(PageData pd); /** * 动火获取字典展示 * @param shuzu * @return */ List getListDongHuo(List shuzu); /** * 获取cfd动火作业高危作业坐标统计 * @param pd * @return */ List getHOTWORKHighRiskWorkLocationCfd(PageData pd); List findByELECTRICTITYAcceptuserId(PageData pd); List findByELECTRICTITYAcceptuserIds(PageData pd); List findByBLINDBOARDAcceptuserId(PageData pd); List findByBLINDBOARDAcceptuserIds(PageData pd); List findByCUTROADAcceptuserId(PageData pd); List findByCUTROADAcceptuserIds(PageData pd); List findByBREAKGROUNDAcceptuserId(PageData pd); List findByBREAKGROUNDAcceptuserIds(PageData pd); List findByHIGHWORKAcceptuserId(PageData pd); List findByHIGHWORKAcceptuserIds(PageData pd); List findByHOISTINGAcceptuserId(PageData pd); List findByHOISTINGAcceptuserIds(PageData pd); /**有限空间作业查询 * @param pd * @throws Exception */ PageData findByIdCONFINEDSPACEOrder(PageData pd); /**有限空间作业措施查询 * @param pd * @throws Exception */ List listAllMeasuresCONFINEDSPACEOrder(PageData pd); /** * 有限空间 * @param pd * @return */ List listAllCONFINEDSPACEOrder(PageData pd); /** * 有限空间 * @param pd * @return */ List findByIdCONFINEDSPACEAcceptuser(PageData pd); /** * 有限空间 * @param pd * @return */ List findByIdCONFINEDSPACEAcceptusers(PageData pd); }