提交 a73d9871 authored 作者: 李秋林's avatar 李秋林

字典列表倒序

上级 51529e9c
......@@ -72,6 +72,7 @@ public class SysDictTypeDaoImpl implements ISysDictTypeDao
if (StringUtils.isNotEmpty(dictType.getDictType())){
qw.like(SysDictType::getDictType,dictType.getDictType());
}
qw.orderByDesc(SysDictType::getCreateTime);
return qw;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论