mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update mysql
This commit is contained in:
@@ -143,6 +143,10 @@ namespace SqlSugar
|
||||
sqlParameter.Value = UtilMethods.GetMinDate(this.Context.CurrentConnectionConfig);
|
||||
}
|
||||
}
|
||||
if (parameter.IsJson == false&& sqlParameter.Value!=null&& sqlParameter.Value is JArray)
|
||||
{
|
||||
sqlParameter.Value = sqlParameter.Value.ToString();
|
||||
}
|
||||
++index;
|
||||
}
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user