xufenglei
2018-08-07 e66b0932eb782c6ec771ffaa9957e6d5d5361286
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);
}