|
@@ -38,16 +38,16 @@ public class SearchFacade {
|
|
return res.data;
|
|
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;
|
|
|
|
+// }
|
|
}
|
|
}
|