Commit 36f673a1 by 段启岩

新增用户统计信息

parent 5303c094
......@@ -57,5 +57,4 @@ public class UserStatistics implements Serializable {
private Date updateTime;
}
......@@ -17,12 +17,14 @@ import cn.meteor.beyondclouds.modules.user.service.IUserFollowService;
import cn.meteor.beyondclouds.modules.user.service.IUserStatisticsService;
import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.io.Serializable;
/**
* @author meteor
*/
@Component
public class UserStatisticsListener implements DataItemChangeListener {
private IUserStatisticsService userStatisticsService;
......
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