Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
datav_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
datav_platform
Commits
81b41750
Commit
81b41750
authored
Jun 20, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加操作日志发送到管理平台
parent
9c5b00be
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
datav-manager/src/main/java/com/mortals/xhx/base/system/oper/service/impl/OperLogServiceImpl.java
...xhx/base/system/oper/service/impl/OperLogServiceImpl.java
+1
-1
datav-manager/src/main/resources/bootstrap.yml
datav-manager/src/main/resources/bootstrap.yml
+2
-0
No files found.
datav-manager/src/main/java/com/mortals/xhx/base/system/oper/service/impl/OperLogServiceImpl.java
View file @
81b41750
...
...
@@ -105,7 +105,7 @@ public class OperLogServiceImpl extends AbstractCRUDServiceImpl<OperLogDao,OperL
operLogEntity
.
setIp
(
ip
);
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
.
setRequestUrl
(
requestUrl
);
operLogEntity
.
setLoginName
(
loginName
);
...
...
datav-manager/src/main/resources/bootstrap.yml
View file @
81b41750
...
...
@@ -4,6 +4,8 @@ server:
context-path
:
/dm
tomcat
:
uri-encoding
:
utf-8
platform
:
mark
:
datav-manager
spring
:
application
:
name
:
datav-manager
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment