增加条件参数0,1为空无需判断可同步

master
chengqf 3 years ago
parent 892ff6423d
commit a925713cd6

@ -223,6 +223,7 @@ public class IdcServiceImpl implements IdcService {
return;
}
}
String[] syncTables = TableUtils.syncTables();
for (int i = 0; i < syncTables.length; i++) {
String[] tnames = syncTables[i].split("/");

Loading…
Cancel
Save