mirror of
https://gitee.com/xiaonuobase/snowy
synced 2025-12-16 11:13:59 +08:00
【修复】查询时排序无效问题
This commit is contained in:
@@ -42,4 +42,8 @@ public enum CommonSortOrderEnum {
|
||||
throw new CommonException("不支持该排序方式:{}", value);
|
||||
}
|
||||
}
|
||||
|
||||
public String getValue() {
|
||||
return value.toLowerCase();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user