src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
@@ -96,4 +96,14 @@ return baseMapper.selectSoil(deptid); } /** * 查询培训单位信息(可以报名) * @param page * @param information 保安单位信息对象 * @return */ @Override public IPage<InformationVO> securityPage(IPage<InformationVO> page, InformationVO information) { return page.setRecords(baseMapper.securityPage(page, information)); } }