mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Synchronization code
This commit is contained in:
parent
5040c63c1d
commit
a8d71052cd
@ -145,6 +145,10 @@ namespace SqlSugar
|
||||
}
|
||||
foreach (var item in kv.ToList())
|
||||
{
|
||||
if (this.QueryBuilder?.SelectValue?.Equals("1")==true)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
var itemIndex=dataReader.GetOrdinal(item.DbColumnName);
|
||||
if (item.SqlParameterDbType is Type&&item.UnderType.IsEnum && dataReader.GetValue(itemIndex) is string value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user