畅捷通同步信息唯一键增加数据表id1
continuous-integration/drone/push Build is passing Details

畅捷通报表
YXY 1 year ago
parent 5b95cde03c
commit 39bc0394fa

@ -386,7 +386,7 @@ public abstract class SyncAccountsJobAbstract {
midList.add(row.get(i));
}
}
String uniqueKey = String.join("_", midList).toUpperCase() + addRecordRequest.getAppTable();
String uniqueKey = String.join("_", midList).toUpperCase()+"_" + addRecordRequest.getAppTable();
result.add(uniqueKey);
}
}
@ -456,7 +456,7 @@ public abstract class SyncAccountsJobAbstract {
}
body.put(larkLabel, this.changeValueType(value, cjtSyncTypeRelation));
}
uniqueKey = String.join("_", uniqueKeyList).toUpperCase()+addRecordRequest.getAppTable();
uniqueKey = String.join("_", uniqueKeyList).toUpperCase()+"_"+addRecordRequest.getAppTable();
if (repeatMap.containsKey(uniqueKey)) {
continue;
}

Loading…
Cancel
Save