Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-bi
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林锐标
slm-bi
Commits
37a04675
Commit
37a04675
authored
Apr 21, 2021
by
linruibiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口编写
parent
2c073f87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
BusinessConfigServiceImpl.java
...syc/slm/slmbi/service/impl/BusinessConfigServiceImpl.java
+0
-6
No files found.
src/main/java/com/syc/slm/slmbi/service/impl/BusinessConfigServiceImpl.java
View file @
37a04675
...
@@ -47,9 +47,6 @@ public class BusinessConfigServiceImpl extends ServiceImpl<BusinessConfigMapper,
...
@@ -47,9 +47,6 @@ public class BusinessConfigServiceImpl extends ServiceImpl<BusinessConfigMapper,
if
(
StringUtils
.
isNotBlank
(
x
.
getField
()))
{
if
(
StringUtils
.
isNotBlank
(
x
.
getField
()))
{
x
.
setField
(
URLDecoder
.
decode
(
x
.
getField
(),
StandardCharsets
.
UTF_8
.
name
()));
x
.
setField
(
URLDecoder
.
decode
(
x
.
getField
(),
StandardCharsets
.
UTF_8
.
name
()));
}
}
if
(
StringUtils
.
isNotBlank
(
x
.
getFieldTime
()))
{
x
.
setFieldTime
(
URLDecoder
.
decode
(
x
.
getFieldTime
(),
StandardCharsets
.
UTF_8
.
name
()));
}
}
catch
(
Exception
e
){
}
catch
(
Exception
e
){
e
.
printStackTrace
();
e
.
printStackTrace
();
throw
new
SysException
(
"请联系管理员,数据转化出错了"
);
throw
new
SysException
(
"请联系管理员,数据转化出错了"
);
...
@@ -69,9 +66,6 @@ public class BusinessConfigServiceImpl extends ServiceImpl<BusinessConfigMapper,
...
@@ -69,9 +66,6 @@ public class BusinessConfigServiceImpl extends ServiceImpl<BusinessConfigMapper,
if
(
StringUtils
.
isNotBlank
(
co
.
getField
()))
{
if
(
StringUtils
.
isNotBlank
(
co
.
getField
()))
{
co
.
setField
(
URLDecoder
.
decode
(
co
.
getField
(),
StandardCharsets
.
UTF_8
.
name
()));
co
.
setField
(
URLDecoder
.
decode
(
co
.
getField
(),
StandardCharsets
.
UTF_8
.
name
()));
}
}
if
(
StringUtils
.
isNotBlank
(
co
.
getFieldTime
()))
{
co
.
setFieldTime
(
URLDecoder
.
decode
(
co
.
getFieldTime
(),
StandardCharsets
.
UTF_8
.
name
()));
}
}
catch
(
Exception
e
){
}
catch
(
Exception
e
){
e
.
printStackTrace
();
e
.
printStackTrace
();
throw
new
SysException
(
"请联系管理员,数据转化出错了"
);
throw
new
SysException
(
"请联系管理员,数据转化出错了"
);
...
...
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