Commit 89e11265558801647bcfa60793800e74619977c3

Authored by liquanyu
1 parent efb48f4248

update code

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PremaritalCheckupFacade.java View file @ 89e1126
... ... @@ -1718,9 +1718,9 @@
1718 1718 archiveMap.put("buildDay", DateUtil.getyyyy_MM_dd(archiveModel.getBuildDay()));
1719 1719 }
1720 1720  
1721   - resultMap.put("archiveResult", archiveMap);
  1721 + //resultMap.put("archiveResult", archiveMap);
1722 1722 resultMap.put("checkupResult", checkupResult);
1723   - resultMap.put("premaritalCheckupHistory", historyList);
  1723 + //resultMap.put("premaritalCheckupHistory", historyList);
1724 1724  
1725 1725 BaseObjectResponse response = new BaseObjectResponse();
1726 1726 response.setData(resultMap);