摘要:
#List拼接SQL中in条件 ⼀、拼接字符串类型的字段string sql = @"select distinct ziduan from tablename where ziduan in ('{0}')";sql=string.Format(sql, string.Join("','", li 阅读全文
posted @ 2022-05-07 16:41
michellexiaoqi
阅读(60)
评论(0)
推荐(0)
浙公网安备 33010602011771号