mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-10 22:19:07 +00:00
去掉端口检查
This commit is contained in:
@@ -422,7 +422,7 @@ public class StructureController {
|
||||
}
|
||||
|
||||
if (Strings.isNullOrEmpty(charset) || Strings.isNullOrEmpty(src_model) || Strings.isNullOrEmpty(src_table)
|
||||
|| Objects.isNull(port) || Strings.isNullOrEmpty(dest_model) || Strings.isNullOrEmpty(dest_table)
|
||||
|| Strings.isNullOrEmpty(dest_model) || Strings.isNullOrEmpty(dest_table)
|
||||
|| Strings.isNullOrEmpty(target)) {
|
||||
throw new RuntimeException("Invalid input parameter");
|
||||
}
|
||||
|
Reference in New Issue
Block a user