2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-04-13 0143b00ead241cc2b894745eff9d8ed5493b0b68
dao/src/main/resources/mapper/MonitorMapper.xml
@@ -62,9 +62,6 @@
                OR t1.note LIKE CONCAT(CONCAT('%', #{keyword}), '%')
                OR t3.pole_code LIKE CONCAT(CONCAT('%', #{keyword}), '%')
            </if>
            <if test="clientId != null">
                AND t3.client_id = #{clientId}
            </if>
            <if test="bindingState != 2">
                AND t1.binding_state = #{bindingState}
            </if>