修改 SyncStructure 返回值

This commit is contained in:
28810 2019-07-30 09:14:50 +08:00
parent 157a0c2805
commit 53cd4f17e1

View File

@ -68,7 +68,7 @@ namespace FreeSql.Internal.CommonProvider
} }
var affrows = _orm.Ado.ExecuteNonQuery(CommandType.Text, ddl); var affrows = _orm.Ado.ExecuteNonQuery(CommandType.Text, ddl);
foreach (var syncType in syncTypes) dicSyced.TryAdd(syncType.FullName, true); foreach (var syncType in syncTypes) dicSyced.TryAdd(syncType.FullName, true);
return affrows > 0; return true;
} }
} }
catch (Exception ex) catch (Exception ex)