|
@@ -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();
|