合并主线通道编辑样式

This commit is contained in:
648540858
2024-11-15 23:14:37 +08:00
parent 991dd0ea41
commit d3d7ea8fbb
6 changed files with 133 additions and 476 deletions

View File

@@ -16,7 +16,7 @@ public interface JTChannelMapper {
"UPDATE wvp_jt_channel " +
"SET update_time=#{updateTime}, terminal_db_id=#{terminalDbId}, has_audio=#{hasAudio}, name=#{name}" +
", channel_id=#{channelId}" +
"WHERE id=#{id}"+
" WHERE id=#{id}"+
" </script>"})
void update(JTChannel channel);