|
@@ -1,5 +1,6 @@
|
|
|
package cn.newfeifan.mall.module.system.controller.admin.wechatmsgtemplate;
|
|
|
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
import javax.annotation.Resource;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
@@ -35,6 +36,7 @@ import cn.newfeifan.mall.module.system.service.wechatmsgtemplate.WechatMsgTempla
|
|
|
public class WechatMsgTemplateController {
|
|
|
|
|
|
@Resource
|
|
|
+ @Lazy
|
|
|
private WechatMsgTemplateService wechatMsgTemplateService;
|
|
|
|
|
|
@PostMapping("/create")
|