From 98a9bf651c3e1e9a44a14bc6ad5143618bd9a0fb Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期一, 18 四月 2022 17:06:42 +0800
Subject: [PATCH] IP音柱任务列表

---
 dao/src/main/resources/mapper/IPBroadcastMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dao/src/main/resources/mapper/IPBroadcastMapper.xml b/dao/src/main/resources/mapper/IPBroadcastMapper.xml
index bc867e2..7af9aa5 100644
--- a/dao/src/main/resources/mapper/IPBroadcastMapper.xml
+++ b/dao/src/main/resources/mapper/IPBroadcastMapper.xml
@@ -45,8 +45,8 @@
                 AND t3.pole_name LIKE CONCAT(CONCAT('%', #{keyword}), '%')
                 OR t1.terminal_name LIKE CONCAT(CONCAT('%', #{keyword}), '%')
             </if>
-            <if test="clientId != null">
-                AND t3.client_id = #{clientId}
+            <if test="userid != null">
+                AND (t3.user_id = #{userid} OR t3.client_id = #{userid})
             </if>
             <if test="bindingState != 2">
                 AND t1.bind_states = #{bindingState}

--
Gitblit v1.9.3