mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
Synchronization code
This commit is contained in:
parent
dd499ef824
commit
e7782dc25a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user