소스 검색

删除不用的接口

zhoutg 5 년 전
부모
커밋
0b2b17c89b
1개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 12 12
      data-service/src/main/java/com/diagbot/facade/SearchFacade.java

+ 12 - 12
data-service/src/main/java/com/diagbot/facade/SearchFacade.java

@@ -38,16 +38,16 @@ public class SearchFacade {
         return res.data;
     }
 
-    /**
-     * 量表搜索
-     *
-     * @param scaleIndexVO
-     * @return
-     */
-    public List<ScaleIndexDTO> index(ScaleIndexVO scaleIndexVO) {
-        RespDTO<List<ScaleIndexDTO>> res =
-                aiptServiceClient.index(scaleIndexVO);
-        RespDTOUtil.respNGDeal(res, "搜索量表失败");
-        return res.data;
-    }
+//    /**
+//     * 量表搜索
+//     *
+//     * @param scaleIndexVO
+//     * @return
+//     */
+//    public List<ScaleIndexDTO> index(ScaleIndexVO scaleIndexVO) {
+//        RespDTO<List<ScaleIndexDTO>> res =
+//                aiptServiceClient.index(scaleIndexVO);
+//        RespDTOUtil.respNGDeal(res, "搜索量表失败");
+//        return res.data;
+//    }
 }