任务id,开始,结束时间

version1
admin 2 years ago
parent 398c35b772
commit 67b2b0a3b1

@ -513,7 +513,7 @@ public class IdcServiceImpl implements IdcService {
boolean success=false; boolean success=false;
String tableName = params.get("tableName").toString(); String tableName = params.get("tableName").toString();
String tableKey = params.get("tableKey").toString(); String tableKey = params.get("tableKey").toString();
String[] childs = new String[10]; String[] childs = new String[30];
int childNum = -1; int childNum = -1;
/*子表*/ /*子表*/
for(String str:SYNC_TABLES) { for(String str:SYNC_TABLES) {

Loading…
Cancel
Save