mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Synchronization code
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user