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

This commit is contained in:
初衷
2024-10-09 13:52:40 +08:00
parent b57c9329a8
commit c2552c29c8

View File

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