|
@@ -11,8 +11,6 @@ import com.diagbot.vo.HospitalInfoPageVO;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
/**
|
|
|
* <p>
|
|
|
* 医院信息表 服务实现类
|
|
@@ -39,7 +37,7 @@ public class HospitalInfoServiceImpl extends ServiceImpl<HospitalInfoMapper, Hos
|
|
|
* @param hospitalInfoPageVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<ConceptMappingDTO> getMappingListPage(@Param("hospitalInfoPageVO") HospitalInfoPageVO hospitalInfoPageVO) {
|
|
|
+ public IPage<ConceptMappingDTO> getMappingListPage(@Param("hospitalInfoPageVO") HospitalInfoPageVO hospitalInfoPageVO) {
|
|
|
return baseMapper.getMappingListPage(hospitalInfoPageVO);
|
|
|
}
|
|
|
}
|