This commit is contained in:
sunkaixuan
2023-05-12 22:07:47 +08:00
parent 2d11617bf2
commit bd734251d4

View File

@@ -408,7 +408,7 @@ namespace SqlSugar
if (item.IsJson)
{
parameter.IsJson = true;
SqlBuilder.ChangeJsonType(paramters);
SqlBuilder.ChangeJsonType(parameter);
}
if (item.IsArray)
{