mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-07 15:14:33 +08:00
Update mongodb
This commit is contained in:
@@ -171,6 +171,10 @@ namespace SqlSugar.MongoDb
|
||||
else
|
||||
{
|
||||
var obj = MongoDbDataReaderHelper.ConvertBsonValue(item);
|
||||
if (obj is DBNull)
|
||||
{
|
||||
obj = null;
|
||||
}
|
||||
resultList.SetValue(obj, index);
|
||||
}
|
||||
index++;
|
||||
|
Reference in New Issue
Block a user