mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
-
This commit is contained in:
parent
2d842667d0
commit
1d88e2b55b
@ -28,6 +28,7 @@ namespace SqlSugar
|
||||
result.IdentificationList.Add(queryBuilder.Take.ObjToString());
|
||||
result.IdentificationList.Add(queryBuilder.Skip.ObjToString());
|
||||
result.IdentificationList.Add(queryBuilder.IsCount.ObjToString());
|
||||
result.IdentificationList.Add(queryBuilder.GetSelectValue.ObjToString().Length.ObjToString());
|
||||
if (queryBuilder.Parameters.HasValue())
|
||||
{
|
||||
foreach (var item in queryBuilder.Parameters)
|
||||
|
Loading…
Reference in New Issue
Block a user