Commit 5b3a35ab by 王祖波

素材详情发布时间

parent d0d9a45f
......@@ -215,6 +215,7 @@ public class ContentMaterialController {
}
ContentMaterialDTO result = response.getResult();
ContentMaterialInfoVO detailVO = com.gic.commons.util.EntityUtil.changeEntityNew(ContentMaterialInfoVO.class, result);
detailVO.setPublishTime(result.getPublishBeginTime());
detailVO.convertMaterialImages(result.getMaterialImageUrls(),result.getMaterialThumbnailImageUrls());
return RestResponse.successResult(detailVO);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment