|
@ -1301,7 +1301,8 @@ public class FamilyContractService extends BaseService {
|
|
|
pagesize = 10;
|
|
|
}
|
|
|
// 排序
|
|
|
Sort sort = new Sort(Direction.DESC, "id");
|
|
|
Sort sort = new Sort(Direction.DESC, "status");
|
|
|
sort.and(new Sort(Direction.DESC,"read"));
|
|
|
// 分页信息
|
|
|
PageRequest pageRequest = new PageRequest(0, pagesize, sort);
|
|
|
// 设置查询条件
|