Commit cb3bcc8945607577d124e3956d20a064e4aefdc6
1 parent
831e7114cb
Exists in
master
and in
1 other branch
update code
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
cb3bcc8
... | ... | @@ -756,7 +756,7 @@ |
756 | 756 | { |
757 | 757 | BabyManageListResult result = new BabyManageListResult(); |
758 | 758 | result.setId(model.getId()); |
759 | - if (model.getHighRisk()== null || model.getHighRisk() == 1) | |
759 | + if (model.getHighRisk()== null || model.getHighRisk() == 0) | |
760 | 760 | { |
761 | 761 | result.setHighRisk("正常"); |
762 | 762 | } |
... | ... | @@ -785,7 +785,7 @@ |
785 | 785 | BasicConfig basicConfig = basicConfigService.getOneBasicConfigById((String)obj); |
786 | 786 | if (basicConfig != null) |
787 | 787 | { |
788 | - diagnose = basicConfig.getName() + " "; | |
788 | + diagnose += basicConfig.getName() + " "; | |
789 | 789 | } |
790 | 790 | } |
791 | 791 | } |