Browse Source

保存分母code未提交部分

zhanghang 4 years ago
parent
commit
02ab9fec46
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

+ 1 - 2
src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

@@ -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);
     }
     /**