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}