Commit e781d7a6438c5da7d61b75f485a7c1d910ffc8ab

Authored by gengxiaokai
1 parent 5d193f8892

威海产后观察

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PostpartumRecordsResult.java View file @ e781d7a
... ... @@ -327,6 +327,7 @@
327 327 setId(postpartumRecords.getId());
328 328 setHospitalId(postpartumRecords.getHospitalId());
329 329 setCreated(postpartumRecords.getCreated());
  330 + setGcStatus(postpartumRecords.getGcStatus());
330 331 return this;
331 332 }
332 333 }