From fd9fe64a286c03f1807190b834cf231c56e06917 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Thu, 19 Oct 2017 16:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=A3=80=E8=8A=82=E7=82=B9=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/platform/operate/web/controller/AreaCountController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AreaCountController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AreaCountController.java index 5529596..e7333dd 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AreaCountController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AreaCountController.java @@ -109,7 +109,7 @@ public class AreaCountController extends BaseController { * @param page * @param limit * @param nodeType 1 首次 2 全部 - * @param nodeName 0:0~12 孕周 1: 16~20 孕周 2: 21~24 孕周 3:28~36 孕周 4:37~ 分娩 + * @param nodeName 0:0~12 孕周 1: 13~15 孕周 2: 16~20 孕周 3: 21~24 孕周 4:25~27 孕周 5:28~36 孕周 6:37~ 40 * @return */ @RequestMapping(method = RequestMethod.GET,value = "/getCheckDetail") -- 1.8.3.1