Authored by zhaoyue

Merge branch 'zhaoyue-dev2' into 'master'

add log info



See merge request !28
... ... @@ -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
... ...
... ... @@ -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();
... ...