Commit 29368870 by 陈健智

原发追溯文章时间补充

parent 84f412f3
...@@ -3539,6 +3539,7 @@ public class MarkDataServiceImpl implements MarkDataService { ...@@ -3539,6 +3539,7 @@ public class MarkDataServiceImpl implements MarkDataService {
jsonObject.put("realSource", baseMap.getRealSource()); jsonObject.put("realSource", baseMap.getRealSource());
jsonObject.put("title", baseMap.getTitle()); jsonObject.put("title", baseMap.getTitle());
jsonObject.put("url", baseMap.getUrl()); jsonObject.put("url", baseMap.getUrl());
jsonObject.put("time", baseMap.getTime());
list.add(jsonObject); list.add(jsonObject);
} }
return PageVO.createPageVo(total, page, pageSize, list); 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