| | |
| | | * @param information |
| | | * @return |
| | | */ |
| | | IPage<Information> selectInformationPage(IPage<Information> page, Information information); |
| | | IPage<InformationVO> selectInformationPage(IPage<InformationVO> page, InformationVO information); |
| | | void deleteIn(String ids); |
| | | void deleteSh(String ids); |
| | | void deleteMe(String ids); |
| | |
| | | Map selectWPcount(String jurisdiction,String deptid); |
| | | List<Map<Object,Object>> selectIn(String jurisdiction); |
| | | void deleteDept(String ids); |
| | | IPage selectLi(IPage<List> page,String jurisdiction, String deptid); |
| | | IPage selectLi(IPage<List> page,String jurisdiction, String deptid,String stats); |
| | | List<Map<Object,Object>> seCountI(String jurisdiction,String deptid); |
| | | String seCountUm(String jurisdiction,String deptid); |
| | | String seCountUg(String jurisdiction,String deptid); |
| | | Map<String, String> queryYearPz(String year,String jurisdiction,String deptid); |
| | | IPage selectTb(IPage<List> page,String jurisdiction,String enterpriseName); |
| | | IPage selectJj(IPage<List> page,String jurisdiction,String enterpriseName); |
| | | IPage selectYw(IPage<List> page,String jurisdiction,String deptid); |
| | | List<Map<Object,Object>> selectUIn(String deptid,String name,String hold,String photo,String examinationtype,String dispatch,String soil); |
| | | IPage selectYw(IPage<List> page,String jurisdiction,String deptid,String stats); |
| | | IPage selectUIn(IPage<List> page,String deptid,String name,String hold,String photo,String examinationtype,String dispatch,String soil); |
| | | IPage selectDis(IPage<List> page,String jurisdiction,String deptid,String fid); |
| | | List<Map<Object,Object>> selectFw(); |
| | | List<Map<Object,Object>> selectCf(String jurisdiction); |
| | | List<Map<Object,Object>> selectCl(String jurisdiction); |
| | | 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>> selectAge(String jurisdiction,String deptid); |
| | | } |