Commit 81b41750 authored by 赵啸非's avatar 赵啸非

添加操作日志发送到管理平台

parent 9c5b00be
...@@ -105,7 +105,7 @@ public class OperLogServiceImpl extends AbstractCRUDServiceImpl<OperLogDao,OperL ...@@ -105,7 +105,7 @@ public class OperLogServiceImpl extends AbstractCRUDServiceImpl<OperLogDao,OperL
operLogEntity.setIp(ip); operLogEntity.setIp(ip);
operLogEntity.setLogDate(new Date()); operLogEntity.setLogDate(new Date());
// operLogEntity.setPlatformMark(GlobalSysInfo.getPropertyValue(SysConstains.PROP_PLATFORM_MARK)); operLogEntity.setPlatformMark(GlobalSysInfo.getPropertyValue(SysConstains.PROP_PLATFORM_MARK));
// operLogEntity.setOperType(operType.getValue()); // operLogEntity.setOperType(operType.getValue());
operLogEntity.setRequestUrl(requestUrl); operLogEntity.setRequestUrl(requestUrl);
operLogEntity.setLoginName(loginName); operLogEntity.setLoginName(loginName);
......
...@@ -4,6 +4,8 @@ server: ...@@ -4,6 +4,8 @@ server:
context-path: /dm context-path: /dm
tomcat: tomcat:
uri-encoding: utf-8 uri-encoding: utf-8
platform:
mark: datav-manager
spring: spring:
application: application:
name: datav-manager name: datav-manager
......
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