mirror of https://gitee.com/xiaonuobase/snowy
【修复】查询时排序无效问题
parent
b57c9329a8
commit
c2552c29c8
|
@ -42,4 +42,8 @@ public enum CommonSortOrderEnum {
|
||||||
throw new CommonException("不支持该排序方式:{}", value);
|
throw new CommonException("不支持该排序方式:{}", value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getValue() {
|
||||||
|
return value.toLowerCase();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue