mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 14:37:53 +08:00
修复启动异常
This commit is contained in:
parent
f62b655602
commit
13b896ce23
@ -45,13 +45,6 @@ public interface JTChannelMapper {
|
|||||||
@SelectProvider(type = JTChannelProvider.class, method = "selectChannelByChannelId")
|
@SelectProvider(type = JTChannelProvider.class, method = "selectChannelByChannelId")
|
||||||
JTChannel selectChannelByChannelId(@Param("terminalDbId") int terminalDbId, @Param("channelId") Integer channelId);
|
JTChannel selectChannelByChannelId(@Param("terminalDbId") int terminalDbId, @Param("channelId") Integer channelId);
|
||||||
|
|
||||||
@Select(value = {" <script>" +
|
|
||||||
" SELECT * " +
|
|
||||||
" from " +
|
|
||||||
" wvp_jt_channel" +
|
|
||||||
" WHERE " +
|
|
||||||
" id = #{id}" +
|
|
||||||
" </script>"})
|
|
||||||
@SelectProvider(type = JTChannelProvider.class, method = "selectChannelById")
|
@SelectProvider(type = JTChannelProvider.class, method = "selectChannelById")
|
||||||
JTChannel selectChannelById(@Param("id") Integer id);
|
JTChannel selectChannelById(@Param("id") Integer id);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user