AE86 2 tahun lalu
induk
melakukan
a65dc14f1e

+ 1 - 1
dbsyncer-connector/src/main/java/org/dbsyncer/connector/sqlserver/SqlServerConnector.java

@@ -39,7 +39,7 @@ public final class SqlServerConnector extends AbstractDatabaseConnector {
 
 
         // 获取查询SQL
         // 获取查询SQL
         Table table = commandConfig.getTable();
         Table table = commandConfig.getTable();
-        String schema = getSchema(commandConfig, buildSqlWithQuotation());
+        String schema = getSchema((DatabaseConfig) commandConfig.getConnectorConfig(), buildSqlWithQuotation());
         Map<String, String> map = new HashMap<>();
         Map<String, String> map = new HashMap<>();
 
 
         String query = ConnectorConstant.OPERTION_QUERY;
         String query = ConnectorConstant.OPERTION_QUERY;