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

添加设备日志类型筛选

parent 1944d1eb
......@@ -74,7 +74,6 @@ public class OperateLogController extends BaseCRUDJsonBodyMappingController<Oper
OperateLogEntity operateLogEntity = new OperateLogEntity();
operateLogEntity.initAttrValue();
BeanUtils.copyProperties(entity,operateLogEntity);
operateLogEntity.setPlatformMark("search-gov-manager");
this.service.save(operateLogEntity);
}
......
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