Commit a9a55e6e4ffeb6c8fe23091ec31057cb2f588004

Authored by wtt
1 parent e465c59ab1

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyEarBase.java View file @ a9a55e6
... ... @@ -225,6 +225,7 @@
225 225 @Override
226 226 public BabyModel convertToDataModel() {
227 227 BabyModel babyModel = new BabyModel();
  228 + babyModel.setsINCard(sINCard);
228 229 babyModel.setDeliverOrg(deliverOrg);
229 230 babyModel.setMname(mname);
230 231 babyModel.setMphone(mphone);