|
@@ -349,7 +349,7 @@ public class CentermonitorTCameraController extends BaseController {
|
|
|
JSONObject jsonObject = JSONObject.parseObject(result);
|
|
|
String code = jsonObject.get("code").toString();
|
|
|
if (code.equals("0")) {
|
|
|
- return AjaxResult.success(result);
|
|
|
+ return AjaxResult.success(jsonObject.get("data"));
|
|
|
}
|
|
|
return AjaxResult.error("未查询到数据,请检查参数是否正确");
|
|
|
}
|