2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-05-17 aff6f184e7a38a1674f3067e3f6c3acc92a4fed4
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">