2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-04-18 98a9bf651c3e1e9a44a14bc6ad5143618bd9a0fb
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}