Commit caec8518bc4d25adbe6a1107c1787aeaa0f6b3ad
1 parent
b6ecb5548f
Exists in
master
and in
6 other branches
其他高危
Showing 1 changed file with 6 additions and 6 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
caec851
... | ... | @@ -945,12 +945,12 @@ |
945 | 945 | /* 初诊信息 */ |
946 | 946 | |
947 | 947 | |
948 | - map.put("zyqbdjc", Boolean.valueOf(data.getZyqbd())?"已检测":"未检测"); | |
949 | - map.put("ntjc", Boolean.valueOf(data.getNtjc())?"已检测":"未检测"); | |
950 | - map.put("cjsc", Boolean.valueOf(data.getCjsc())?"已检测":"未检测"); | |
951 | - map.put("textpjbc", Boolean.valueOf(data.getTextpjbc())?"已检测":"未检测"); | |
952 | - map.put("s75gdgtt",Boolean.valueOf( data.getS75gdgtt())?"已检测":"未检测"); | |
953 | - map.put("jzxgn", Boolean.valueOf(data.getJzxgn())?"已检测":"未检测"); | |
948 | + map.put("zyqbdjc", Boolean.valueOf(data.getZyqbd())?"已检查":"未检查"); | |
949 | + map.put("ntjc", Boolean.valueOf(data.getNtjc())?"已检查":"未检查"); | |
950 | + map.put("cjsc", Boolean.valueOf(data.getCjsc())?"已检查":"未检查"); | |
951 | + map.put("textpjbc", Boolean.valueOf(data.getTextpjbc())?"已检查":"未检查"); | |
952 | + map.put("s75gdgtt",Boolean.valueOf( data.getS75gdgtt())?"已检查":"未检查"); | |
953 | + map.put("jzxgn", Boolean.valueOf(data.getJzxgn())?"已检查":"未检查"); | |
954 | 954 | //既往史 |
955 | 955 | String pastHistory = ""; |
956 | 956 | if (org.apache.commons.lang.StringUtils.isNotEmpty(data.getPastHistory())) { |