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>