mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-06 21:58:02 +08:00
Synchronization code
This commit is contained in:
parent
fbd909aaa9
commit
e56ddbfc63
@ -1496,7 +1496,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
var repeatList =
|
var repeatList =
|
||||||
Queues.SelectMany(it => it.Parameters ?? new SugarParameter[] { }).Select(it => it.ParameterName)
|
Queues.SelectMany(it => it.Parameters ?? new SugarParameter[] { }).Select(it => it.ParameterName)
|
||||||
.GroupBy(it => it)
|
.GroupBy(it => it?.ToLower())
|
||||||
.Where(it => it.Count() > 1);
|
.Where(it => it.Count() > 1);
|
||||||
var repeatCount = repeatList.Count();
|
var repeatCount = repeatList.Count();
|
||||||
var isParameterNameRepeat = repeatList
|
var isParameterNameRepeat = repeatList
|
||||||
|
Loading…
Reference in New Issue
Block a user