|
|
|
@ -612,7 +612,6 @@ public class IdcServiceImpl implements IdcService {
|
|
|
|
|
private boolean analyToDB(JSONObject jsonObject,MultipartFile[] files) {
|
|
|
|
|
|
|
|
|
|
if(jsonObject.get("data")!=null) {
|
|
|
|
|
logger.error("json>>>>>>>>>");
|
|
|
|
|
String tableName = "";
|
|
|
|
|
String uniqueColumn = "";
|
|
|
|
|
Object object = jsonObject.get("data");
|
|
|
|
@ -627,7 +626,6 @@ public class IdcServiceImpl implements IdcService {
|
|
|
|
|
tableName = obj.getString("tableName");
|
|
|
|
|
uniqueColumn = obj.getString("uniqueColumn");
|
|
|
|
|
}
|
|
|
|
|
logger.error("table-->"+tableName);
|
|
|
|
|
if(!StringUtils.isEmpty(tableName)) {
|
|
|
|
|
return analyData(tableName,uniqueColumn,list);
|
|
|
|
|
} else {
|
|
|
|
|