mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 02:37:16 +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