|
@@ -12,7 +12,7 @@ public interface ChannelSettingDao {
|
|
|
|
|
|
Integer addChannelSetting(ChannelSetting channelSetting);
|
|
Integer addChannelSetting(ChannelSetting channelSetting);
|
|
|
|
|
|
- ChannelSetting getLabelByIdSeChName(Integer id, Integer serverId, String labelName);
|
|
|
|
|
|
+ ChannelSetting getLabelByIdSeChName(Integer id, Integer serverId, String channelName);
|
|
|
|
|
|
Integer updateChannelSetting(ChannelSetting channelSetting);
|
|
Integer updateChannelSetting(ChannelSetting channelSetting);
|
|
|
|
|