|
@@ -729,7 +729,6 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
//使用sql进行关联优化数据查询
|
|
|
List<MedPacsResultDTO> medPacsResultList = medPacsResultFacade.getMedPacsResultList(behospitalInfoList.get(0));
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* 结构化/文书数据兼容处理
|
|
|
*/
|
|
@@ -2325,7 +2324,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public Map<String,Long> selectOperationNum( FilterVO filterVO){
|
|
|
+ public List<Map<String, String>> selectOperationNum( FilterVO filterVO){
|
|
|
return baseMapper.selectOperationNum(filterVO);
|
|
|
}
|
|
|
/**
|