Skip to content

Commit

Permalink
handle denpency 34
Browse files Browse the repository at this point in the history
Signed-off-by: wmqwxb <[email protected]>
  • Loading branch information
wmqwxb committed Nov 28, 2023
1 parent f970783 commit 3ae51b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ public void run() {
if (0 == mapResponseResult.getCode()) {
flushToWebData.put(Dict.SUMMARY_DATA, mapResponseResult.getData());
JSONObject jsonObject = handleDependencies(mapResponseResult.getData());
responseResult.getData().put("newDependencies",jsonObject);
// responseResult.getData().put("newDependencies",jsonObject);
responseResult.getData().put("dependencies",jsonObject);
} else {
throw new IllegalArgumentException("summary parameter error");
}
Expand Down

0 comments on commit 3ae51b6

Please sign in to comment.