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