소스 검색

删除不用的接口

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

+ 11 - 11
icss-service/src/main/java/com/diagbot/facade/ScaleContentFacade.java

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