Commit c0b54c66 authored by 赵啸非's avatar 赵啸非

添加设备日志类型筛选

parent d6cdbaba
...@@ -43,7 +43,7 @@ public class BizLogController extends BaseCRUDJsonBodyMappingController<BizLogSe ...@@ -43,7 +43,7 @@ public class BizLogController extends BaseCRUDJsonBodyMappingController<BizLogSe
@Override @Override
protected void init(Map<String, Object> model, Context context) { protected void init(Map<String, Object> model, Context context) {
this.addDict(model, "appName", paramService.getParamBySecondOrganize("OperateLog","platformMark")); this.addDict(model, "appName", paramService.getParamBySecondOrganize("OperateLog","appName"));
super.init(model, context); super.init(model, context);
} }
......
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