mirror of
https://gitee.com/dromara/dbswitch.git
synced 2026-01-13 06:04:44 +08:00
修正代码错误
This commit is contained in:
@@ -292,6 +292,9 @@ public class AssignmentService {
|
||||
}
|
||||
targetDataSourceProperties.setTableNameCase(assignmentConfigEntity.getTableNameCase());
|
||||
targetDataSourceProperties.setColumnNameCase(assignmentConfigEntity.getColumnNameCase());
|
||||
targetDataSourceProperties.setTargetSyncOption(assignmentConfigEntity.getTargetSyncOption());
|
||||
targetDataSourceProperties.setBeforeSqlScripts(assignmentConfigEntity.getBeforeSqlScripts());
|
||||
targetDataSourceProperties.setAfterSqlScripts(assignmentConfigEntity.getAfterSqlScripts());
|
||||
|
||||
return targetDataSourceProperties;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user