mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-21 18:48:27 +08:00
-
This commit is contained in:
@@ -408,7 +408,7 @@ namespace SqlSugar
|
|||||||
if (item.IsJson)
|
if (item.IsJson)
|
||||||
{
|
{
|
||||||
parameter.IsJson = true;
|
parameter.IsJson = true;
|
||||||
SqlBuilder.ChangeJsonType(paramters);
|
SqlBuilder.ChangeJsonType(parameter);
|
||||||
}
|
}
|
||||||
if (item.IsArray)
|
if (item.IsArray)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user