varqueryData=@"SELECT UnitType,Count(1) Count,Sum(RealGiveFeeCompute) SumFee FROM view_check_dept where AllotID = @allotId or Diff <> 0 GROUP BY UnitType";
varqueryData=@"SELECT UnitType,Count(1) Count,Sum(RealGiveFeeCompute) SumFee FROM view_check_dept where AllotID = @allotId and Diff <> 0 GROUP BY UnitType";