代码-userChatBubbleService循环依赖
(cherry picked from commit e8dacdb04fcb0540611b0e6efc6103c79daae9b6)
This commit is contained in:
@@ -38,6 +38,7 @@ import com.alibaba.fastjson.JSONObject;
|
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.annotation.Lazy;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
@@ -64,6 +65,7 @@ public class UserChatBubbleService extends ServiceImpl<UserChatBubbleMapper, Use
|
||||
private UserChatBubbleRecordMapper userChatBubbleRecordMapper;
|
||||
@Autowired
|
||||
private SendSysMsgService sendMessageService;
|
||||
@Lazy
|
||||
@Autowired
|
||||
private UserPurseService userPurseService;
|
||||
@Autowired
|
||||
|
Reference in New Issue
Block a user