Commit 5065893b29771ea026ecaa511812777445cd83bd
1 parent
fda3f5aee2
Exists in
master
and in
6 other branches
bug修复
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
5065893
| ... | ... | @@ -2126,7 +2126,7 @@ |
| 2126 | 2126 | MatdeliverFollowModel model = followModels.get(followModels.size() - 1); |
| 2127 | 2127 | Integer contactReason = model.getContactReason(); |
| 2128 | 2128 | if (contactReason != null) { |
| 2129 | - contactReasonStr = PostpartumFollowMakeEnums.ReasonEnum.getTitle(contactReason); | |
| 2129 | + contactReasonStr = PostpartumFollowMakeEnums.ContactReasonEnum.getTitle(contactReason); | |
| 2130 | 2130 | } |
| 2131 | 2131 | } |
| 2132 | 2132 | matdeliverFollowListResult.setCauseFailure(contactReasonStr); |