mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix: 消息列表切换消息类型无效
This commit is contained in:
@@ -114,7 +114,7 @@ public class SysMsgService {
|
||||
return buildTree(sysMsgTypes);
|
||||
}
|
||||
|
||||
@Cacheable(SysMsgConstants.SYS_MSG_TYPE)
|
||||
/*@Cacheable(SysMsgConstants.SYS_MSG_TYPE)*/
|
||||
public List<SysMsgType> queryMsgTypes() {
|
||||
SysMsgTypeExample example = new SysMsgTypeExample();
|
||||
return sysMsgTypeMapper.selectByExample(example);
|
||||
|
||||
Reference in New Issue
Block a user