Commit e6b1ecb52ab149f550f064d0c719e8810f5ead22

Authored by yangfei
1 parent f4d7164e30

提醒失败原因枚举修改

Showing 1 changed file with 2 additions and 2 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/MakeHospitalEnums.java View file @ e6b1ecb
... ... @@ -12,8 +12,8 @@
12 12 */
13 13 public enum MakeHospitalEnums {
14 14 DHWRJT(1, "电话无人接听"),
15   - ZSWQD(2, "暂时未确定"),
16   - TYYBL(3, "他院已办理"),
  15 + TYYBL(2, "他院已办理"),
  16 + ZSWQD(3, "暂时未确定"),
17 17 OTHER(4, "其他"),;
18 18  
19 19 private int id;