Commit a9b0c18ca3cb1ac463491f6162ec6aba2f292df7

Authored by liquanyu
1 parent 9c38ef2213

妇女模块

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java View file @ a9b0c18
... ... @@ -414,6 +414,7 @@
414 414 }
415 415 data.put("type",typeStr);
416 416 data.put("created",DateUtil.getyyyy_MM_dd(womanArchive.getCreated()));
  417 + datas.add(data);
417 418 }
418 419 }
419 420 OutputStream out = null;