|
@@ -307,7 +307,7 @@ public class CompareFilesService extends ServiceImpl<CompareFilesMapper, Compare
|
|
|
List<JSONObject> jsonObjects2 = new ArrayList<>();
|
|
|
for (JSONObject jsonObject2 : jsonObjects) {
|
|
|
for (CompareFiles com : compareFiles) {
|
|
|
- if (jsonObject2.get("publicNo").toString().equals(com.getPatentNo())) {
|
|
|
+ if (jsonObject2.get("patentNo").toString().equals(com.getPatentNo())) {
|
|
|
jsonObject2.put("SysOrder", com.getSysOrder());
|
|
|
}
|
|
|
}
|