日志查询优化, Es Tool 添加 聚合函数

yun-zuoyi
wei.peng 5 years ago
parent d7c9647ca5
commit 262edb9fec

@ -54,6 +54,10 @@ public class SysLogOperate extends BaseBean {
@AnnoOutputColumn(refClass = ImppEnumUtil.OPERATE_TYPE.class,refForeignKey = "value",value = "description")
private Integer operateType;
public String getOperateTypeName(){
return ImppEnumUtil.OPERATE_TYPE.valueOfCode(operateType);
}
@Column(name="OPERATE_MESSAGE")
@ApiParam(value ="操作信息" , access ="操作信息")
private String operateMessage;

Loading…
Cancel
Save