只清空那两个表,会在组织机构内容表、组织机构索引表、组织机构属性表中有垃圾数据了
因为这些人员同时在这些表中也有记录
请执行下面的SQL语句来清掉垃圾数据
delete from TORGATTRIBUTE where FGUID not in (select fguid from torgsystem)
delete from TORGCONTENT where FGUID not in (select fguid from torgsystem)
delete from TORGINDEX where FGUID not in (select fguid from torgsystem)