dao/src/main/java/com/sandu/ximon/dao/mapper/PoleBindingMapper.java @@ -16,7 +16,7 @@ * 根据绑定关系查询设备归属 */ Pole getPoleByBinding(Integer type, String Mac); Pole getPoleByBinding(String type, Object Mac, Long userId); }