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