|
@@ -64,7 +64,7 @@ public class QaAppController {
|
|
|
.select(Qa::getId, Qa::getBnTitle, Qa::getEnTitle, Qa::getSort)
|
|
.select(Qa::getId, Qa::getBnTitle, Qa::getEnTitle, Qa::getSort)
|
|
|
.eq(Qa::getDelFlag, Boolean.FALSE)
|
|
.eq(Qa::getDelFlag, Boolean.FALSE)
|
|
|
.eq(Qa::getGroupId, qaParam.getGroupId())
|
|
.eq(Qa::getGroupId, qaParam.getGroupId())
|
|
|
- .orderByDesc(Qa::getSort)
|
|
|
|
|
|
|
+ .orderByAsc(Qa::getSort)
|
|
|
.orderByDesc(Qa::getUpdateTime)
|
|
.orderByDesc(Qa::getUpdateTime)
|
|
|
);
|
|
);
|
|
|
return Result.success(new PageInfo(list));
|
|
return Result.success(new PageInfo(list));
|