Commit fd9fe64a286c03f1807190b834cf231c56e06917

Authored by liquanyu
1 parent 2489746677

产检节点统计

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AreaCountController.java View file @ fd9fe64
... ... @@ -109,7 +109,7 @@
109 109 * @param page
110 110 * @param limit
111 111 * @param nodeType 1 首次 2 全部
112   - * @param nodeName 0:0~12 孕周 1: 16~20 孕周 2: 21~24 孕周 3:28~36 孕周 4:37~ 分娩
  112 + * @param nodeName 0:0~12 孕周 1: 13~15 孕周 2: 16~20 孕周 3: 21~24 孕周 4:25~27 孕周 5:28~36 孕周 6:37~ 40
113 113 * @return
114 114 */
115 115 @RequestMapping(method = RequestMethod.GET,value = "/getCheckDetail")