mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-19 11:57:54 +08:00
修复设备通道SQL查询中的字段名错误
This commit is contained in:
parent
36409eb34c
commit
fa8374b68f
@ -378,7 +378,7 @@ public interface DeviceChannelMapper {
|
||||
" from wvp_device_channel where device_db_id = #{deviceDbId}")
|
||||
List<DeviceChannel> queryAllChannelsForRefresh(@Param("deviceDbId") int deviceDbId);
|
||||
|
||||
@Select("select de.* from wvp_device de left join wvp_device_channel dc on de.device_id = dc.deviceId where dc.device_id=#{channelId}")
|
||||
@Select("select de.* from wvp_device de left join wvp_device_channel dc on de.device_id = dc.device_id where dc.device_id=#{channelId}")
|
||||
List<Device> getDeviceByChannelDeviceId(String channelId);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user