Commit ee828685 authored by 王明生's avatar 王明生

fixed: 成员日数据接口加data_update_time

parent 82fe890a
......@@ -70,6 +70,7 @@ public class BydOpenService {
vo.setNoteCommentCntDi(x.getNoteCommentCountDi());
vo.setNoteCollectCntDi(x.getNoteCollectCountDi());
vo.setNoteShareCntDi(x.getNoteShareCountDi());
vo.setDataUpdateTime(x.getMtime());
return vo;
}).collect(Collectors.toList());
// List<String> memberIds = data.stream().map(XiaoHongShuMemberDay::getMatrixMemberId).collect(Collectors.toList());
......
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