|
@@ -265,7 +265,7 @@ public class OADifyService {
|
|
|
jsonObject1.put("nearNo", dataObject.get("nearNo"));
|
|
jsonObject1.put("nearNo", dataObject.get("nearNo"));
|
|
|
jsonObject1.put("near_index", dataObject.get("nearIndex"));
|
|
jsonObject1.put("near_index", dataObject.get("nearIndex"));
|
|
|
jsonObject1.put("novelty_innovative", dataObject.get("novelty_innovative"));
|
|
jsonObject1.put("novelty_innovative", dataObject.get("novelty_innovative"));
|
|
|
- jsonObject1.put("changeClaim", dataObject.get("claimChange"));
|
|
|
|
|
|
|
+ jsonObject1.put("changeClaim", dataObject.get("changeClaim"));
|
|
|
jsonObject1.put("claim", oaParamDTO.getClaim());
|
|
jsonObject1.put("claim", oaParamDTO.getClaim());
|
|
|
jsonObject1.put("claimChangeSuggestion", oaParamDTO.getClaimChangeSuggestion());
|
|
jsonObject1.put("claimChangeSuggestion", oaParamDTO.getClaimChangeSuggestion());
|
|
|
} else if (operateType.equals("3")) {
|
|
} else if (operateType.equals("3")) {
|
|
@@ -287,7 +287,7 @@ public class OADifyService {
|
|
|
jsonObject.put("claimChange", new JSONObject());
|
|
jsonObject.put("claimChange", new JSONObject());
|
|
|
}
|
|
}
|
|
|
JSONObject jsonObject1 = (JSONObject) jsonObject.get("claimChange");
|
|
JSONObject jsonObject1 = (JSONObject) jsonObject.get("claimChange");
|
|
|
- jsonObject1.put("claimChange", reMessage);
|
|
|
|
|
|
|
+ jsonObject1.put("claim", reMessage);
|
|
|
} else if (operateType.equals("5")) {
|
|
} else if (operateType.equals("5")) {
|
|
|
if (obj.get("query") == null) {
|
|
if (obj.get("query") == null) {
|
|
|
obj.put("query", new JSONObject());
|
|
obj.put("query", new JSONObject());
|