Commit ee505b4da9db4053a268373d42e2461722cd35df

Authored by wtt
1 parent c5e204d3e0

update

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ ee505b4
... ... @@ -3218,6 +3218,8 @@
3218 3218 map.put("mcertNo", models.get(i).getMcertNo());
3219 3219 map.put("mcertTypeId", models.get(i).getMcertTypeId());
3220 3220 map.put("vcCardNo", models.get(i).getVcCardNo());
  3221 + map.put("pid", models.get(i).getPid());
  3222 + map.put("hospitalId", models.get(i).getHospitalId());
3221 3223 mapList.add(map);
3222 3224 } catch (Exception e) {
3223 3225 e.printStackTrace();