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

This commit is contained in:
dengming 2022-03-10 17:27:07 +08:00
parent 0c9691ccf5
commit 54b2b1c867

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" +