admin
2021-05-08 db5abf468e5f2d00e51f8bd4a267484879a73451
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);
    }