修复表名错误 #904

pull/908/head
648540858 2023-06-21 15:53:26 +08:00
parent 7b24d51db9
commit f4e5e03962
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ public interface DeviceChannelMapper {
// 设备主子码流逻辑END // 设备主子码流逻辑END
@Select(value = {" <script>" + @Select(value = {" <script>" +
"select * " + "select * " +
"from device_channel " + "from wvp_device_channel " +
"where device_id=#{deviceId}" + "where device_id=#{deviceId}" +
" <if test='parentId != null '> and parent_id = #{parentId} </if>" + " <if test='parentId != null '> and parent_id = #{parentId} </if>" +
" <if test='parentId == null '> and parent_id is null </if>" + " <if test='parentId == null '> and parent_id is null </if>" +