From aff6f184e7a38a1674f3067e3f6c3acc92a4fed4 Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期二, 17 五月 2022 11:44:52 +0800
Subject: [PATCH] 日志
---
dao/src/main/resources/mapper/IPBroadcastMapper.xml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/dao/src/main/resources/mapper/IPBroadcastMapper.xml b/dao/src/main/resources/mapper/IPBroadcastMapper.xml
index 5c54237..f7dca54 100644
--- a/dao/src/main/resources/mapper/IPBroadcastMapper.xml
+++ b/dao/src/main/resources/mapper/IPBroadcastMapper.xml
@@ -25,12 +25,6 @@
LEFT JOIN pole_binding t2 ON t1.id = t2.device_code
AND t2.device_type = 5
LEFT JOIN pole t3 ON t3.id = t2.pole_id
-
- <where>
- <if test="clientId != null">
- AND (t3.user_id = #{clientId} OR t3.client_id = #{clientId})
- </if>
- </where>
</select>
<select id="getBroadcastTerminalList" resultType="com.sandu.ximon.dao.bo.BroadcastTerminalV2EntityBo">
--
Gitblit v1.9.3