Commit 6eec14131119958b14dbf65b1932a4e9e01b361e
1 parent
d09c86a0de
Exists in
master
and in
6 other branches
追访
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
6eec141
... | ... | @@ -1068,7 +1068,7 @@ |
1068 | 1068 | |
1069 | 1069 | |
1070 | 1070 | result.put("pastHistory",sieveApply.getPastHistory()); |
1071 | - if(historMap.containsKey("pastHistory")){ | |
1071 | + if(result.containsKey("pastHistory")){ | |
1072 | 1072 | if("yes".equals(result.get("pastHistory"))){ |
1073 | 1073 | result.put("pastHistory","是"); |
1074 | 1074 | }else{ |