Commit 732116364d11f56e1264aaed88defd9125b3ca40

Authored by liquanyu
1 parent 2df997387c

儿童

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ 7321163
... ... @@ -1049,6 +1049,7 @@
1049 1049  
1050 1050 if (b.getDataStatus() != null && b.getDataStatus() == 1) {
1051 1051 bm.setDataStatus(0);
  1052 + bm.setCreated(new Date());
1052 1053 }
1053 1054  
1054 1055 bm.setLiveType(b.getLiveType());