删除重复字段,channelId字段查询了两次

pull/388/head
dengming 2022-03-10 17:27:07 +08:00
parent d474bf929e
commit f88c70d38c
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ public interface DeviceChannelMapper {
" name as title,\n" +
" channelId as \"value\",\n" +
" channelId as \"key\",\n" +
" channelId,\n" +
" longitude,\n" +
" latitude\n" +
" from device_channel\n" +