|
|
@@ -665,7 +665,7 @@ public class AccountUtils {
|
|
|
if (!result.isSuccess()) {
|
|
|
throw new Exception(result.getErrMsg());
|
|
|
} else if (result.getContent() != null) {
|
|
|
- return JSONObject.parseObject(res.getContent(), new TypeReference<Page<PartnershipRecordView>>() {});
|
|
|
+ return JSONObject.parseObject(result.getContent().toString(), new TypeReference<Page<PartnershipRecordView>>() {});
|
|
|
}
|
|
|
}
|
|
|
|