mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-02 20:02:47 +08:00
Update mysql
This commit is contained in:
parent
f566294d39
commit
9d9d5b7ee9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user