Merge remote-tracking branch 'refs/remotes/origin/dev.template' into dev
commit
e8bc92c658
|
@ -11,6 +11,10 @@
|
|||
|
||||
<artifactId>cloud-modules-template</artifactId>
|
||||
|
||||
<description>
|
||||
cloud-modules-template 协议解析模块
|
||||
</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package com.muyu.server;
|
||||
|
||||
|
||||
import com.muyu.common.security.annotation.EnableMyFeignClients;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
/**
|
||||
* saas模块启动类
|
||||
* @author YuPing
|
||||
|
@ -11,7 +11,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
* @Version 1.0
|
||||
* @Data 2024-09-28 17:34:31
|
||||
*/
|
||||
|
||||
@SpringBootApplication
|
||||
@EnableMyFeignClients
|
||||
public class SaasApplication {
|
||||
|
|
|
@ -54,6 +54,7 @@ public class MessageTemplateTypeServiceImpl extends ServiceImpl<MessageTemplate
|
|||
return messageTemplateTypes;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public List<MessageTemplateType> findMessageByTemplateName(Integer templatedId) {
|
||||
QueryWrapper<MessageTemplateType> messageTemplateTypeQueryWrapper = new QueryWrapper<>();
|
||||
|
|
Loading…
Reference in New Issue