Authored by zhaoyue

Merge branch 'zhaoyue-dev2' into 'master'

add log info



See merge request !28
@@ -2,7 +2,7 @@ git pull @@ -2,7 +2,7 @@ git pull
2 git add --all src/main/java/* 2 git add --all src/main/java/*
3 git add push.sh 3 git add push.sh
4 git add pom.xml 4 git add pom.xml
5 -git commit -m "add qr related code" 5 +git commit -m "add log info"
6 #git push origin master 6 #git push origin master
7 git push origin zhaoyue-dev2 7 git push origin zhaoyue-dev2
8 git status 8 git status
@@ -159,6 +159,7 @@ public class ReportService implements IReportService { @@ -159,6 +159,7 @@ public class ReportService implements IReportService {
159 * 2. 获取report基础信息 159 * 2. 获取report基础信息
160 */ 160 */
161 try { 161 try {
  162 + log.info("INFO, got json:" + reportJson);
162 JSONObject rpJson = JSONObject.parseObject(reportJson); 163 JSONObject rpJson = JSONObject.parseObject(reportJson);
163 sex = rpJson.getInteger("sex").intValue(); 164 sex = rpJson.getInteger("sex").intValue();
164 age = rpJson.getInteger("age").intValue(); 165 age = rpJson.getInteger("age").intValue();