Commit f7b36bae61c6861fb72a151e2f9b5103596360ff
1 parent
2a7ca5c922
Exists in
master
and in
6 other branches
高危导出
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
f7b36ba
... | ... | @@ -2237,6 +2237,8 @@ |
2237 | 2237 | data.put("cHTimes", rp.getcHTimes()); |
2238 | 2238 | data.put("cTime", rp.getcTime()); |
2239 | 2239 | data.put("dueDate", rp.getDueDate()); |
2240 | + data.put("firstBH", rp.getFirstBH()); | |
2241 | + data.put("currentCh", rp.getCurrentCh()); | |
2240 | 2242 | data.put("checkDoctor", rp.getCheckDoctor()); |
2241 | 2243 | data.put("lName", rp.getlName()); |
2242 | 2244 | data.put("phone", patientsQueryRequest.getIsEncry() == 0 ? rp.getRealPhone() : StringUtils.encryPhone(rp.getRealPhone())); |
... | ... | @@ -2315,6 +2317,8 @@ |
2315 | 2317 | cnames.put("cHTimes", "本院产检次数"); |
2316 | 2318 | cnames.put("cTime", "预约产检日期"); |
2317 | 2319 | cnames.put("dueDate", "预产期"); |
2320 | + cnames.put("firstBH", "首次建档医院"); | |
2321 | + cnames.put("currentCh", "当前产检医院"); | |
2318 | 2322 | cnames.put("checkDoctor", "产检医生"); |
2319 | 2323 | cnames.put("lName", "登记人"); |
2320 | 2324 | cnames.put("phone", "联系方式"); |