|
@@ -1023,8 +1023,6 @@ public class SubSyncBusinessImpl implements ISubSyncBusiness {
|
|
|
List<JSONObject> content = page.getContent();
|
|
|
List<AuthUserAddOriginal> originals = new ArrayList<>();
|
|
|
// 过滤接口中数据中因多个职务导致重复的人员数据
|
|
|
- // 如果是先删除再新增人员,会同时同步到两条数据,idcard为同一个,但是delete字段不同
|
|
|
- // 过滤接口中数据中因多个职务导致重复的人员数据
|
|
|
Set<String> idcardSet = new HashSet<>();
|
|
|
for (JSONObject json : content) {
|
|
|
String idcard = json.getString("idcard");
|