Commit 5f7d02ea by 段启岩

用户关注消息

parent d1ff468c
......@@ -34,6 +34,11 @@ public class MessageListener implements DataItemChangeListener {
this.userFollowService = userFollowService;
}
@Autowired
public void setUserService(IUserService userService) {
this.userService = userService;
}
@Override
public void onDataItemAdd(DataItemChangeMessage dataItemChangeMessage) throws Exception {
DataItemType itemType = dataItemChangeMessage.getItemType();
......
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