Commit 132d318370f23c3a8a7ea6297f1cf53adb48b8f0
1 parent
a2b5c19f26
Exists in
master
and in
1 other branch
孕妇分娩后 变成产妇
Showing 1 changed file with 2 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/SieveListResult.java
View file @
132d318
1 | 1 | package com.lyms.platform.operate.web.result; |
2 | 2 | |
3 | 3 | import com.lyms.platform.common.base.IBasicResultConvert; |
4 | -import com.lyms.platform.common.enums.ChanQResultEnums; | |
5 | -import com.lyms.platform.common.enums.RenShenJieJuEnums; | |
6 | -import com.lyms.platform.common.enums.SieveEnums; | |
7 | -import com.lyms.platform.common.enums.TaiShuEnums; | |
4 | +import com.lyms.platform.common.enums.*; | |
8 | 5 | import com.lyms.platform.common.utils.DateUtil; |
9 | 6 | import com.lyms.platform.common.utils.StringUtils; |
10 | 7 | import com.lyms.platform.pojo.SieveModel; |
... | ... | @@ -192,7 +189,7 @@ |
192 | 189 | setCqResult(ChanQResultEnums.CqResult.getTitle(destModel.getCqResult())); |
193 | 190 | } |
194 | 191 | if(null!=destModel.getRenShenResult()) { |
195 | - setRenShenResult(RenShenJieJuEnums.getTitle(destModel.getRenShenResult())); | |
192 | + setRenShenResult(RenShenJieJu1Enums.getTitle(destModel.getRenShenResult())); | |
196 | 193 | } |
197 | 194 | setStatus(destModel.getStatus()); |
198 | 195 | //整体风险枚举 |