代码-userChatBubbleService循环依赖

(cherry picked from commit e8dacdb04fcb0540611b0e6efc6103c79daae9b6)
This commit is contained in:
khalil
2023-06-29 06:39:49 +08:00
parent 2a22418f0f
commit dd25ae24ac

View File

@@ -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