Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李俊
2022-09-20 16:51:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d019fcf2a7ac651ddf6aee285de68fc5b67df7dc
d019fcf2
1 parent
9d5495f2
内网迁移环境代码调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/service/IClearApiLogService.java
src/main/java/com/erry/iclear/dateInterface/service/IClearApiLogService.java
View file @
d019fcf
...
...
@@ -30,7 +30,7 @@ public class IClearApiLogService {
try
{
return
iClearApiLogRepository
.
save
(
iClearApiLog
);
}
catch
(
Exception
e
){
log
.
error
(
"saveIClearApiLog() error:"
+
e
.
getMessage
()
);
log
.
error
(
e
.
getMessage
(),
e
);
}
return
null
;
}
...
...
Please
register
or
login
to post a comment