Commit a01165c8ba47aa50fac2a6e190b218c95c42f588
1 parent
baf34c9faa
Exists in
master
and in
6 other branches
commit
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java
View file @
a01165c
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | List<ArchiveData> list = archiveDataServicer.query(query.convertToQuery()); |
70 | 70 | if (list!=null && list.size() > 0) { |
71 | 71 | Map map = JsonUtil.str2Obj(list.get(0).getJsonData(), HashMap.class); |
72 | - if(null!=map&&!map.containsKey("history")){ | |
72 | + if(null!=map&&map.containsKey("history")){ | |
73 | 73 | Object h =map.get("history"); |
74 | 74 | if(null!=h){ |
75 | 75 | writeJson(response,JsonUtil.obj2JsonString(h)); |