|
|
|
@ -72,7 +72,7 @@ public class ReportEngineAttrAction extends ReportComponentAction<WorkSheetDesig
|
|
|
|
|
private void submit(LayerReportAttr layerReportAttr){ |
|
|
|
|
JSONObject body = new JSONObject(); |
|
|
|
|
body.put("totalPage", layerReportAttr.isPageQuery() ? 1 : 0); |
|
|
|
|
body.put("pagesize", layerReportAttr.isPageQuery() ? layerReportAttr.getCountPerPage() : 0); |
|
|
|
|
body.put("pagesize", layerReportAttr.getCountPerPage()); |
|
|
|
|
body.put("totalNum", layerReportAttr.isEnableRowCount() ? 1 : 0); |
|
|
|
|
FocusPoint focusPoint = FocusPoint.newBuilder() |
|
|
|
|
.id(FOCUS_ID) |
|
|
|
|