Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qianhe-ydsj
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
qianhe-ydsj
Commits
44510a0f
Commit
44510a0f
authored
Aug 22, 2024
by
tyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经验交流代码提交
parent
4a3dad48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
qianhe-admin/src/main/resources/application.yml
+1
-1
qianhe-ydsj/src/main/java/com/qianhe/service/impl/JygxWzglServiceImpl.java
+4
-0
No files found.
qianhe-admin/src/main/resources/application.yml
View file @
44510a0f
...
...
@@ -134,6 +134,6 @@ xss:
# 过滤开关
enabled
:
true
# 排除链接(多个用逗号分隔)
excludes
:
/system/notice,/system/wzgl,/system/bmjj
excludes
:
/system/notice,/system/wzgl,/system/bmjj
,/system/wzgl/addxw
# 匹配链接
urlPatterns
:
/system/*,/monitor/*,/tool/*
qianhe-ydsj/src/main/java/com/qianhe/service/impl/JygxWzglServiceImpl.java
View file @
44510a0f
...
...
@@ -129,6 +129,10 @@ public class JygxWzglServiceImpl implements IJygxWzglService
insertFileList
(
jygxWzgl
.
getWzid
(),
sbmsList
);
}
}
if
(
jygxWzgl
.
getWznr
()!=
null
){
jygxWzgl
.
setYl2
(
jygxWzgl
.
getWznr
().
replaceAll
(
"<[^>]*>"
,
""
));
}
jygxWzgl
.
setCreateBy
(
SecurityUtils
.
getUsername
());
jygxWzgl
.
setCreateTime
(
DateUtils
.
getNowDate
());
jygxWzgl
.
setDeptId
(
SecurityUtils
.
getDeptId
());
...
...
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