主数据下发,重新发送
This commit is contained in:
parent
e694304837
commit
5dfcb9037f
|
@ -147,6 +147,8 @@ public class DsDataSourceUtil {
|
|||
driveClass = DataSourceUtilProperties.SQL2000DRIVER;
|
||||
} else if ("2".equalsIgnoreCase(dataSourceEntity.getSourceType())) {
|
||||
driveClass = DataSourceUtilProperties.SQL2005DRIVER;
|
||||
} else if ("4".equalsIgnoreCase(dataSourceEntity.getSourceType())) {
|
||||
driveClass = DataSourceUtilProperties.dm;
|
||||
}
|
||||
try {
|
||||
//测试连接
|
||||
|
|
Loading…
Reference in New Issue