|
|
|
@ -582,6 +582,7 @@ public class IdcServiceImpl implements IdcService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
recordSql+=!StringUtils.isEmpty(recordSql) ? "," : "";
|
|
|
|
recordSql+=!StringUtils.isEmpty(recordSql) ? "," : "";
|
|
|
|
recordSql+="('"+UUID.randomUUID().toString().replaceAll("-", "")+"','"+tableName+"','"+list.get(m).get(keyColumn)+"','"+isEnd+"',now())";
|
|
|
|
recordSql+="('"+UUID.randomUUID().toString().replaceAll("-", "")+"','"+tableName+"','"+list.get(m).get(keyColumn)+"','"+isEnd+"',now())";
|
|
|
|
|
|
|
|
|
|
|
|
if(childNum>-1) {
|
|
|
|
if(childNum>-1) {
|
|
|
|
for(int z=0;z<childNum+1;z++) {
|
|
|
|
for(int z=0;z<childNum+1;z++) {
|
|
|
|
String[] chidTnames = childs[z].split("/");
|
|
|
|
String[] chidTnames = childs[z].split("/");
|
|
|
|
|