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