Commit 411c4116 by 徐高华

朋友圈

parent 2ca7a9c6
......@@ -71,6 +71,7 @@ public class QwMomentPlanDataServiceImpl implements QwMomentPlanDataService {
TabQwMomentPlanData data = new TabQwMomentPlanData() ;
data.setMemberId(memberId);
data.setLikeFlag(1);
likeCount = likeCount+1 ;
data.setLikeTime(new Date(item.getCreate_time()*1000));
map.put(externalUserid,data) ;
}
......@@ -94,6 +95,7 @@ public class QwMomentPlanDataServiceImpl implements QwMomentPlanDataService {
data = new TabQwMomentPlanData() ;
data.setMemberId(memberId);
data.setCommentFlag(1);
momentCount = momentCount + 1 ;
data.setCommentTime(new Date(item.getCreate_time()*1000));
map.put(externalUserid,data) ;
}
......
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