|
@@ -270,7 +270,7 @@ public class RelationContactFacade extends RelationServiceImpl {
|
|
}
|
|
}
|
|
|
|
|
|
relationList.forEach(i->{
|
|
relationList.forEach(i->{
|
|
- repairRelationDataForDel(i.getStartId(), relationId,isDeleted,currentUser,now);
|
|
|
|
|
|
+ repairRelationDataForDel(i.getEndId(), relationId,isDeleted,currentUser,now);
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|