子表被执行bug

master
chengqf 2 years ago
parent 6028bb64f3
commit 4fc45430bc

@ -205,6 +205,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