mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
Ado Query throw error
This commit is contained in:
parent
9d16a7273e
commit
cfd7f30499
@ -863,6 +863,10 @@ namespace SqlSugar
|
||||
{
|
||||
result = GetData<T>(typeof(T), dataReader);
|
||||
}
|
||||
else
|
||||
{
|
||||
dataReader.Read();
|
||||
}
|
||||
List<T2> result2 = null;
|
||||
if (NextResult(dataReader))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user