mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 13:03:43 +08:00
Update .net core project
This commit is contained in:
@@ -215,6 +215,7 @@ namespace SqlSugar
|
||||
+ Context.ParameterIndex;
|
||||
if (value.ObjToString() != "NULL" && !parameter.ValueIsNull)
|
||||
{
|
||||
value = this.Context.TableEnumIsString == true ? value.ToString() : value;
|
||||
this.Context.Parameters.Add(new SugarParameter(appendValue, value));
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user