From 7c71906aeeae958a764ce904243644debb1c6dfd Mon Sep 17 00:00:00 2001 From: wangbo <184677810@qq.com> Date: Thu, 21 Mar 2019 09:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E5=B0=8F=E7=A8=8B=E7=AB=AF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lyms/platform/operate/web/controller/CheckItemManageController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CheckItemManageController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CheckItemManageController.java index 1c2cbf4..e0b029a 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CheckItemManageController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CheckItemManageController.java @@ -212,7 +212,7 @@ public class CheckItemManageController extends BaseController { /** * 小程序获取医院展示项接口 */ - @RequestMapping(value = "/xcxGetCheckItem/{parentId}", method = RequestMethod.GET) + @RequestMapping(value = "/getAppCheckItem/{parentId}", method = RequestMethod.GET) @ResponseBody public BaseResponse getCheckItem(@PathVariable String parentId) { return checkItemManageService.xcxGetCheckItemManage(parentId); -- 1.8.3.1