mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Optimized code
This commit is contained in:
parent
0e1004d601
commit
0d3e1395b7
@ -1598,7 +1598,7 @@ namespace SqlSugar
|
||||
});
|
||||
if (splitColumn.SqlParameterDbType is System.Data.DbType)
|
||||
{
|
||||
foreach (var item in this.QueryBuilder.Parameters)
|
||||
foreach (var item in result.QueryBuilder.Parameters)
|
||||
{
|
||||
if (item.ParameterName.IsContainsIn("spBeginTime", "spEndTime"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user