【修复】查询时排序无效问题

pull/237/head
初衷 2024-10-09 13:52:40 +08:00
parent b57c9329a8
commit c2552c29c8
1 changed files with 4 additions and 0 deletions

View File

@ -42,4 +42,8 @@ public enum CommonSortOrderEnum {
throw new CommonException("不支持该排序方式:{}", value); throw new CommonException("不支持该排序方式:{}", value);
} }
} }
public String getValue() {
return value.toLowerCase();
}
} }