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