mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 20:27:56 +08:00
Synchronization code
This commit is contained in:
parent
fbd909aaa9
commit
e56ddbfc63
@ -1496,7 +1496,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
|
||||
|
Loading…
Reference in New Issue
Block a user