Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
8 years ago
Commit
2a4eb23eeb87664d38e96447e2cbdbe49a623a63
1 parent
d1b9ea7e
add log
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
push.sh
src/main/java/com/xkl/service/ReportService.java
push.sh
View file @
2a4eb23
...
...
@@ -2,7 +2,7 @@ git pull
git add --all src/
*
git add push.sh
git add pom.xml
git commit -m
"
Add admin info inter
"
git commit -m
"
add log
"
git push origin zhaoyue-dev
git status
git pull
...
...
src/main/java/com/xkl/service/ReportService.java
View file @
2a4eb23
...
...
@@ -9,6 +9,7 @@ import com.xkl.model.ReportIdModel;
import
com.xkl.model.ResultModel
;
import
com.xkl.repository.*
;
import
com.xkl.security.SecurityTool
;
import
lombok.extern.apachecommons.CommonsLog
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.data.redis.core.RedisTemplate
;
import
org.springframework.http.HttpStatus
;
...
...
@@ -22,6 +23,7 @@ import java.util.*;
* Created by zhao yue on 2016/11/13.
*/
@Service
@CommonsLog
public
class
ReportService
implements
IReportService
{
@Autowired
private
ReportMetaItemsRepository
reportMetaItemsRepository
;
...
...
@@ -207,6 +209,7 @@ public class ReportService implements IReportService {
}
}
}
catch
(
Exception
e
)
{
log
.
info
(
"ERROR, JSON FROMAT ERROR!!!"
+
e
);
return
null
;
}
markItemStatus
(
sex
,
detailList
);
...
...
Please
register
or
login
to post a comment