|
@@ -18,6 +18,7 @@ import com.google.gson.JsonObject;
|
|
|
import lombok.Data;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.data.redis.core.StringRedisTemplate;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
@@ -53,6 +54,7 @@ public class WcChatMessageUtils {
|
|
|
@Resource
|
|
|
private MessageLogService messageLogService;
|
|
|
@Resource
|
|
|
+ @Lazy
|
|
|
private SystemConfigService configService;
|
|
|
@Resource
|
|
|
private PermissionService permissionService;
|