Skip to content

Commit

Permalink
total handle
Browse files Browse the repository at this point in the history
Signed-off-by: wmqwxb <[email protected]>
  • Loading branch information
wmqwxb committed Feb 21, 2024
1 parent a613759 commit ce944a9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,6 @@ public ResponseResult getData(@Valid @RequestBody ComponentQueryDTO componentQue
}

JSONObject outputData = (JSONObject) outputDataArray.get(0);

JSONArray jsonArray = outputData.getJSONArray("data");
int count = 0;
if (jsonArray != null) {
count = jsonArray.size();
}
outputData.put(Dict.DATA_COUNT, count);
outputDataArray.clear();
outputDataArray.add(outputData);
object.clear();
Expand Down

0 comments on commit ce944a9

Please sign in to comment.