mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 19:45:06 +08:00
增加数据权限的 SQL 重写的上下文
This commit is contained in:
@ -15,7 +15,7 @@ public abstract class AbstractChannelMessage extends AbstractRedisMessage {
|
||||
*
|
||||
* @return Channel
|
||||
*/
|
||||
@JsonIgnore // 避免序列化
|
||||
@JsonIgnore // 避免序列化。原因是,Redis 发布 Channel 消息的时候,已经会指定。
|
||||
public abstract String getChannel();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user