Commit 855b8a0168761550a523eddf285ad8235b05d23a
1 parent
dabf28dae2
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 @
855b8a0
... | ... | @@ -1400,12 +1400,12 @@ |
1400 | 1400 | map.put("checkDate", DateUtil.getyyyy_MM_dd(data.getCheckDate())); |
1401 | 1401 | map.put("currentDueDate", ResolveUtils.getPregnancyWeek(patients.getLastMenses(), data.getCheckDate())); |
1402 | 1402 | |
1403 | - map.put("zyqbdjc", Boolean.valueOf(data.getZyqbd())?"已检测":"未检测"); | |
1404 | - map.put("ntjc", Boolean.valueOf(data.getNtjc())?"已检测":"未检测"); | |
1405 | - map.put("cjsc", Boolean.valueOf(data.getCjsc())?"已检测":"未检测"); | |
1406 | - map.put("textpjbc", Boolean.valueOf(data.getTextpjbc())?"已检测":"未检测"); | |
1407 | - map.put("s75gdgtt",Boolean.valueOf( data.getS75gdgtt())?"已检测":"未检测"); | |
1408 | - map.put("jzxgn", Boolean.valueOf(data.getJzxgn())?"已检测":"未检测"); | |
1403 | + map.put("zyqbdjc", Boolean.valueOf(data.getZyqbd())?"已检查":"未检查"); | |
1404 | + map.put("ntjc", Boolean.valueOf(data.getNtjc())?"已检查":"未检查"); | |
1405 | + map.put("cjsc", Boolean.valueOf(data.getCjsc())?"已检查":"未检查"); | |
1406 | + map.put("textpjbc", Boolean.valueOf(data.getTextpjbc())?"已检查":"未检查"); | |
1407 | + map.put("s75gdgtt",Boolean.valueOf( data.getS75gdgtt())?"已检查":"未检查"); | |
1408 | + map.put("jzxgn", Boolean.valueOf(data.getJzxgn())?"已检查":"未检查"); | |
1409 | 1409 | |
1410 | 1410 | //早孕期病毒检测 |
1411 | 1411 | // private String zyqbdjc; |