Commit b5b704dc by 徐高华

朋友圈

parent b3047d53
......@@ -88,6 +88,7 @@ public class QwMomentPlanDataServiceImpl implements QwMomentPlanDataService {
}
TabQwMomentPlanData data = map.get(externalUserid) ;
if(null != data) {
commentCount = commentCount + 1 ;
data.setCommentFlag(1);
data.setCommentTime(new Date(item.getCreate_time()*1000));
}else {
......
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