gt 2 years ago
parent
commit
7abeb8efdc

+ 1 - 1
chuanyi_server/src/main/java/com/judong/chuanyiserver/dao/ChannelSettingDao.java

@@ -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);