Commit 096f39f2fa2282a598924ca96bc43bea5696a12e

Authored by litao@lymsh.com
1 parent 5ca5f6f24d

bug

Showing 2 changed files with 2 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/CZFmTypeEnums.java View file @ 096f39f
... ... @@ -12,7 +12,7 @@
12 12 O3("人工流产", 4),
13 13 O4("药物流产", 5),
14 14 O5("难免流产", 6),
15   - O6("剖宫流产", 7),
  15 + O6("剖宫取胎", 7),
16 16 O7("自然流产", 9),
17 17 O8("生化妊娠", 10);
18 18 private CZFmTypeEnums(String name, int id) {
platform-common/src/main/java/com/lyms/platform/common/enums/CheckMonthEnums2.java View file @ 096f39f
... ... @@ -7,6 +7,7 @@
7 7 */
8 8 public enum CheckMonthEnums2 {
9 9 I1(1, "1月龄"),
  10 +
10 11 I2(2, "2月龄"),
11 12 I3(3, "3月龄"),
12 13 I4(4, "4月龄"),