/// <summary> /// 更新一条数据 /// </summary> public bool ChangeSort(int AdPositionID, int Sort) { return(dal.ChangeSort(AdPositionID, Sort)); }