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
Plain Diff
Browse Files
Authored by
zhaoyue
2017-03-19 22:30:38 +0800
Commit
8b29f65d7480bfd5045a7ad44fe79324a4667130
2 parents
7fa1ca29
b9bf6ff5
Merge branch 'zhaoyue-dev2' into 'master'
add log info See merge request
!28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
push.sh
src/main/java/com/xkl/service/ReportService.java
push.sh
View file @
8b29f65
...
...
@@ -2,7 +2,7 @@ git pull
git add --all src/main/java/
*
git add push.sh
git add pom.xml
git commit -m
"add
qr related code
"
git commit -m
"add
log info
"
#git push origin master
git push origin zhaoyue-dev2
git status
...
...
src/main/java/com/xkl/service/ReportService.java
View file @
8b29f65
...
...
@@ -159,6 +159,7 @@ public class ReportService implements IReportService {
* 2. 获取report基础信息
*/
try
{
log
.
info
(
"INFO, got json:"
+
reportJson
);
JSONObject
rpJson
=
JSONObject
.
parseObject
(
reportJson
);
sex
=
rpJson
.
getInteger
(
"sex"
).
intValue
();
age
=
rpJson
.
getInteger
(
"age"
).
intValue
();
...
...
Please
register
or
login
to post a comment