@ -546,7 +546,7 @@ public class IdcServiceImpl implements IdcService {
/*按表名解析数据到数据库,子表暂未处理*/
private void analyData(String tableName,String uniqueColumn,List<Map<String,Object>> list) {
String tName = DBAUtils.tableRealName(tableName);
String sql="insert into "+tName +"(";
String del="delete from "+tName+" where ";