vardatas=_connection.Query<AutoTurnOver.Models.dc_auto_turnover>(" select * from dc_auto_turnover where id in @ids ",new{ids=ids.Split(',').Select(s=>int.Parse(s)).ToList()});
vardatas=_connection.Query<AutoTurnOver.Models.dc_auto_turnover>(" select * from dc_auto_turnover where id in @ids ",new{ids=data.ids.Split(',').Select(s=>int.Parse(s)).ToList()});