Commit ba0c4c475d9e5f321d33d7c4631301a0befdba04
1 parent
e990c0c0e8
Exists in
master
and in
1 other branch
update code
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
ba0c4c4
... | ... | @@ -784,6 +784,7 @@ |
784 | 784 | List diagList = JsonUtil.toList(model.getDiagnose(),List.class); |
785 | 785 | if (CollectionUtils.isNotEmpty(diagList)) |
786 | 786 | { |
787 | + diagnose = ""; | |
787 | 788 | for(Object obj : diagList) |
788 | 789 | { |
789 | 790 | BasicConfig basicConfig = basicConfigService.getOneBasicConfigById((String)obj); |