Commit a275c80ed50924e4397b88b618f1bf9a711a273c
1 parent
0ff3b2e614
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
a275c80
... | ... | @@ -792,7 +792,7 @@ |
792 | 792 | { |
793 | 793 | map1.put("ntt",item.getCharResult() == null ? item.getNumberResult() : item.getCharResult()); |
794 | 794 | } |
795 | - else if ("潜血".equals(item.getName())) | |
795 | + else if ("隐血".equals(item.getName())) | |
796 | 796 | { |
797 | 797 | map1.put("nqx",item.getCharResult() == null ? item.getNumberResult() : item.getCharResult()); |
798 | 798 | } |