From 6d9e308a8ac740b522b1447ed17aa1f96f1350c1 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Mon, 13 Aug 2018 14:32:02 +0800 Subject: [PATCH] 1 --- .../src/main/java/com/lyms/platform/common/enums/PatientSerEnums.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/PatientSerEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/PatientSerEnums.java index 7066e0d..22ea265 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/PatientSerEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/PatientSerEnums.java @@ -21,7 +21,7 @@ public class PatientSerEnums { zjzx(5, "专家咨询"), tw(7, "体温管理"), babyjzzz(10, "精准医疗指导"), - babyBzfw(11, "标准服务"); + babyBzfw(11, "儿保小助理");//以前是:标准服务 private Integer id; private String title; -- 1.8.3.1