Commit ae60b757 authored by gary's avatar gary

1、fix 日志记录读取bug

parent cc5d91a2
......@@ -173,7 +173,7 @@ public class OperationLogServiceImpl extends AbstractService {
OperationLogSmartExample example = new OperationLogSmartExample();
Integer logtype = queryOperateParamDto.getLogType();
Assert.notNull(logtype, "Null logType");
String tableName = OperateLogType.getName(logtype);
String tableName = OperateLogType.getTableName(logtype);
example.setTableName(tableName);
example.setOrderByClause("create_time desc");
String searchText = queryOperateParamDto.getSearchText();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment