如果dt和dt2完全相同则queryDatable会报错没有差值怎么控制
queryDatable = dt.AsEnumerable().Except(dt1.AsEnumerable(), new Comparer());
好像我上次的DEMO相同的是可以的哦