修改排序问题

This commit is contained in:
TinyAnts 2022-04-29 11:19:44 +08:00
parent e7ee013076
commit ea39b1f3dc
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class SystemAdminServiceImpl implements ISystemAdminService {
!info.getColumn().equals("is_delete") &&
!info.getColumn().equals("delete_time"))
.eq("is_delete", 0)
.orderByDesc("sort");
.orderByDesc(Arrays.asList("id", "sort"));
systemAdminMapper.setSearch(queryWrapper, params, new String[]{
"like:username:str",