Commit a44d88bfea84824e353ccb9091ac45219544c9f7
1 parent
71238abfdd
Exists in
master
and in
6 other branches
访视
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatdeliverFollowFacade.java
View file @
a44d88b
... | ... | @@ -98,7 +98,7 @@ |
98 | 98 | //访视状态(1-待访视、2-已访视) |
99 | 99 | map.put("visitStatus", PostpartumFollowMakeEnums.getStatusEnum()); |
100 | 100 | //承德衡水访视状态 |
101 | - map.put("visitStatus1", PostpartumFollowMakeEnums.getStatusEnum()); | |
101 | + map.put("visitStatus1", PostpartumFollowMakeEnums.getStatusEnums1()); | |
102 | 102 | //访视类型 |
103 | 103 | map.put("followType", PostpartumFollowMakeEnums.getTypeEnum()); |
104 | 104 | //异常 |