src/main/java/com/moral/mapper/DeviceMapper.java
@@ -35,4 +35,6 @@ List<Map> countByTimes(@Param("start")Date start,@Param("end")Date end,@Param("format")String format); List<Device> getDevicesByProfession(Map<String, Object> parameters); List<Device> getDevicesByOrganizationId(Map<String, Object> parameters); }