Commit 69781e45936c421336ae3e7b9afba5eb0bb23922

Authored by baohanddd
1 parent ba66e4c15f

xinle his api add phone

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/v2/HisService.java View file @ 69781e4
... ... @@ -34,6 +34,7 @@
34 34 map.put("sex", info.getSEX());
35 35 map.put("name", info.getNAME());
36 36 map.put("cardNo", info.getIC_CARD_ID());
  37 + map.put("phone", info.getASSOCIATION_PHONE());
37 38 map.put("birth", DateUtil.getyyyy_MM_dd(info.getBIRTHDATE()));
38 39 }
39 40 DbUtils.closeQuietly(conn);