Commit f14b1626 by shenjunjie

Merge branch 'release' into 'master'

Release

See merge request !527
parents 4e81d981 376dfc3c
......@@ -3539,6 +3539,7 @@ public class MarkDataServiceImpl implements MarkDataService {
jsonObject.put("realSource", baseMap.getRealSource());
jsonObject.put("title", baseMap.getTitle());
jsonObject.put("url", baseMap.getUrl());
jsonObject.put("time", baseMap.getTime());
list.add(jsonObject);
}
return PageVO.createPageVo(total, page, pageSize, list);
......
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