提交 1b7473aa authored 作者: 000516's avatar 000516 提交者: Coding

修改log日志文件路径\字典列表倒序

Merge Request: 修改log日志文件路径\字典列表倒序 Created By: @李秋林 Accepted By: @李秋林 URL: https://g-pkkp8204.coding.net/p/wangxiaolu-sfa/d/wangxiaolu-sfa-module-system/git/merge/59?initial=true
......@@ -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;
}
......
......@@ -5,7 +5,7 @@
<!-- debug:当此属性设置为true时,将打印出logback内部日志信息,实时查看logback运行状态。默认值为false。 -->
<configuration scan="true" scanPeriod="60 seconds" debug="false">
<property name="APP_NAME" value="wangxiaolu-sfa-module-system"/>
<property name="APP_NAME" value="wangxiaolu-sfa-system"/>
<property name="MODEL_NAME" value="system"/>
<contextName>${APP_NAME}</contextName>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论