Commit 953d8ce0d8b51823afbe0fb37dc6a273b978f9d1

Authored by jiangjiazhi
1 parent 425d212b1e

修改新电子病历

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ 953d8ce
... ... @@ -518,7 +518,7 @@
518 518 if (CollectionUtils.isNotEmpty(list)) {
519 519 List<MatDeliverListResult.MatDeliverExt> list12 = new ArrayList<>();
520 520 for (MaternalDeliverModel model : list) {
521   - MatDeliverListResult.MatDeliverExt matDeliverExt = new MatDeliverListResult.MatDeliverExt(model, patients.getCreated(), patients.getBuildType(), patients.getFmDate());
  521 + MatDeliverListResult.MatDeliverExt matDeliverExt = new MatDeliverListResult.MatDeliverExt(model);
522 522 if (NumberUtils.isNumber(model.getFmHospital())) {
523 523 Organization organization = organizationService.getOrganization(Integer.valueOf(model.getFmHospital()));
524 524 if (null != organization) {