|
@@ -267,6 +267,7 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
conceptQe.eq(StringUtil.isNotBlank(getAllInformationVO.getIsDeleted()),"is_deleted", getAllInformationVO.getIsDeleted());
|
|
|
conceptQe.orderByAsc("is_deleted");
|
|
|
conceptQe.orderByDesc("gmt_modified");
|
|
|
+ conceptQe.orderByDesc("id");
|
|
|
IPage<Concept> iPage = this.page(conceptPage, conceptQe);
|
|
|
BeanUtil.copyProperties(iPage, getAllInformationDTOPage);
|
|
|
|