摘要: var sql = @"update [TABLE] WITH (ROWLOCK) SET 匹配方式 = '{0}' where ID in({1})"; //lissqls 是你要分组的泛型集合 List<UpdateSqlHelper>lissqls=new List<UpdateSqlHelp 阅读全文
posted @ 2021-04-28 10:08 是晚安呀 阅读(1708) 评论(0) 推荐(0)
摘要: //用来存储多ID List<int> itemids = new List<int>(); var sql = @"update [Table] WITH (ROWLOCK) SET 匹配方式 = '{0}' where ID in({1})"; //string.Join(",", Array. 阅读全文
posted @ 2021-04-28 09:59 是晚安呀 阅读(323) 评论(0) 推荐(0)