|
@ -161,10 +161,10 @@ namespace SqlSugar |
|
|
{ |
|
|
{ |
|
|
Check.Exception(true, ErrorMessage.GetThrowMessage("UpdateColumns no support IsJson", "SetColumns方式更新不支持IsJson,你可以使用db.Updateable(实体)的方式更新")); |
|
|
Check.Exception(true, ErrorMessage.GetThrowMessage("UpdateColumns no support IsJson", "SetColumns方式更新不支持IsJson,你可以使用db.Updateable(实体)的方式更新")); |
|
|
} |
|
|
} |
|
|
if (this.EntityInfo.Columns.Any(it => it.IsArray)) |
|
|
//if (this.EntityInfo.Columns.Any(it => it.IsArray))
|
|
|
{ |
|
|
//{
|
|
|
Check.Exception(true, ErrorMessage.GetThrowMessage("UpdateColumns no support IsArray", "SetColumns方式更新不支持IsArray,你可以使用db.Updateable(实体)的方式更新")); |
|
|
// Check.Exception(true, ErrorMessage.GetThrowMessage("UpdateColumns no support IsArray", "SetColumns方式更新不支持IsArray,你可以使用db.Updateable(实体)的方式更新"));
|
|
|
} |
|
|
//}
|
|
|
} |
|
|
} |
|
|
private void SetUpdateItemByDic(int i, T item, List<DbColumnInfo> updateItem) |
|
|
private void SetUpdateItemByDic(int i, T item, List<DbColumnInfo> updateItem) |
|
|
{ |
|
|
{ |
|
|