update DisposableGoodsIdentification set ancestorId=srcIdentification where ancestorId is null and srcIdentification is not null; update DisposableGoodsIdentification set ancestorId=id where ancestorId is null;