Commit 58627fb5cf5f48659d5132a3b3179d600fe435bd
1 parent
403429d67b
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 0 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
58627fb
... | ... | @@ -6099,8 +6099,6 @@ |
6099 | 6099 | //其他检查 |
6100 | 6100 | map.put("quickenRemark", antenatalExaminationModel.getQuickenRemark()); |
6101 | 6101 | //妊娠风险因素 |
6102 | - List<String> listss = JsonUtil.toList(antenatalExaminationModel.getRiskFactor(), String.class); | |
6103 | - | |
6104 | 6102 | String rFactor = commonService.resloveFactor(JsonUtil.toList(antenatalExaminationModel.getRiskFactor(), String.class)); |
6105 | 6103 | if (antenatalExaminationModel.getHighriskDesc() != null && !"null".equals(antenatalExaminationModel.getHighriskDesc())) { |
6106 | 6104 | if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(rFactor)) { |