修复表名错误 #904
parent
7b24d51db9
commit
f4e5e03962
|
@ -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>" +
|
||||||
|
|
Loading…
Reference in New Issue