service-push/src/main/java/com/ks/push/dao/BPushDeviceTokenDao.java
@@ -124,7 +124,7 @@ Query query = getQuery(daoQuery); query.skip(start); query.limit(count); query.with(Sort.by(new Sort.Order(Sort.Direction.ASC, "updateTime"))); query.with(new Sort(new Sort.Order(Sort.Direction.ASC, "updateTime"))); return findList(query); }