|
@@ -3,6 +3,7 @@ package cn.newfeifan.mall.module.system.service.wechatmsgtemplate;
|
|
|
import cn.newfeifan.mall.module.system.config.StartConfig;
|
|
|
import cn.newfeifan.mall.module.system.controller.admin.wechatmsgtemplate.bo.WechatMsgTemplateBO;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.data.redis.core.StringRedisTemplate;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import javax.annotation.Resource;
|
|
@@ -36,6 +37,7 @@ public class WechatMsgTemplateServiceImpl implements WechatMsgTemplateService {
|
|
|
private StringRedisTemplate stringRedisTemplate;
|
|
|
|
|
|
@Resource
|
|
|
+ @Lazy
|
|
|
private StartConfig startConfig;
|
|
|
@Override
|
|
|
public Long createWechatMsgTemplate(WechatMsgTemplateSaveReqVO createReqVO) {
|