mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -409,7 +409,7 @@ namespace SqlSugar
|
||||
if (suagrColumn != null && suagrColumn.IsJson)
|
||||
{
|
||||
|
||||
if (mappingKeys.ContainsKey(item.Name))
|
||||
if (mappingKeys!=null&&mappingKeys.ContainsKey(item.Name))
|
||||
{
|
||||
var key = mappingKeys[item.Name];
|
||||
Json(readerValues, result, name, typeName,key);
|
||||
|
Reference in New Issue
Block a user