Commit d8743553696840beea3f9f1a051b130e44cfd81d

Authored by liquanyu
1 parent 24b6745e95

助产机构报表

Showing 1 changed file with 7 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ d874355
... ... @@ -752,6 +752,13 @@
752 752 }
753 753 }
754 754 }
  755 + else
  756 + {
  757 + if (CollectionUtils.isNotEmpty(updateBaby) && updateBaby.get(0).getDataStatus() == null)
  758 + {
  759 + babyModel1.setDataStatus(1);
  760 + }
  761 + }
755 762 } else {
756 763 babyModel1.setYn(YnEnums.NO.getId());
757 764 if (CollectionUtils.isNotEmpty(updateBaby)) {