@@ -132,7 +132,7 @@ public class AflOrderInfoServiceImpl implements AflOrderInfoService{ | |||
getList(list,request,cb,root); | |||
Predicate[] p = new Predicate[list.size()]; | |||
return cb.and(list.toArray(p)); | |||
}), Sort.by(Sort.Direction.DESC, "insertTime")); | |||
}), Sort.by(Sort.Direction.DESC, "createTime")); | |||
} | |||