Commit 6c4f886a0798f9bf949063e846dd811de21d9c06

Authored by landong2015
1 parent 93388d0c99

提交代码

Showing 3 changed files with 3 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/ArchiveData.java View file @ 6c4f886
... ... @@ -16,6 +16,7 @@
16 16 private String hospitalId;
17 17 private String jsonData;
18 18  
  19 +
19 20 public String getCardNum() {
20 21 return cardNum;
21 22 }
platform-dal/src/main/java/com/lyms/platform/query/ArchiveDataQuery.java View file @ 6c4f886
... ... @@ -57,6 +57,7 @@
57 57 this.phone = phone;
58 58 }
59 59  
  60 +
60 61 @Override
61 62 public MongoQuery convertToQuery() {
62 63 MongoCondition condition=MongoCondition.newInstance();
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java View file @ 6c4f886
... ... @@ -48,6 +48,7 @@
48 48 }
49 49 }
50 50  
  51 +
51 52 @RequestMapping(value = "/bookArchive",method = RequestMethod.POST)
52 53 public void addBookArchive(HttpServletResponse response,
53 54 String idCard,