Synchronization code

This commit is contained in:
sunkaixuan 2023-09-22 14:42:23 +08:00
parent dd499ef824
commit e7782dc25a

View File

@ -1570,7 +1570,7 @@ namespace SqlSugar
{
var repeatList =
Queues.SelectMany(it => it.Parameters ?? new SugarParameter[] { }).Select(it => it.ParameterName)
.GroupBy(it => it)
.GroupBy(it => it?.ToLower())
.Where(it => it.Count() > 1);
var repeatCount = repeatList.Count();
var isParameterNameRepeat = repeatList