|
@@ -1349,6 +1349,7 @@ public class RunBuild {
|
|
} else {
|
|
} else {
|
|
jsonObject.put("name", fileId);
|
|
jsonObject.put("name", fileId);
|
|
}
|
|
}
|
|
|
|
+ RunBuild.log.info("uploadEntity1是否存在{}", ObjectUtil.isNotNull(uploadEntity));
|
|
|
|
|
|
jsonObject.put("taskType", taskType);
|
|
jsonObject.put("taskType", taskType);
|
|
jsonObject.put("taskId", userId);
|
|
jsonObject.put("taskId", userId);
|
|
@@ -1359,7 +1360,7 @@ public class RunBuild {
|
|
Thread.sleep(1000L);
|
|
Thread.sleep(1000L);
|
|
|
|
|
|
checkExaggerateSurace(jsonObject, filePath, fileId, modelId, taskType, uploadType);
|
|
checkExaggerateSurace(jsonObject, filePath, fileId, modelId, taskType, uploadType);
|
|
- RunBuild.log.info("uploadEntity是否存在{}", ObjectUtil.isNotNull(uploadEntity));
|
|
|
|
|
|
+ RunBuild.log.info("uploadEntity2是否存在{}", ObjectUtil.isNotNull(uploadEntity));
|
|
if (ObjectUtil.isNotNull(uploadEntity)) {
|
|
if (ObjectUtil.isNotNull(uploadEntity)) {
|
|
RunBuild.log.info("uploadEntity-ids:={}", uploadEntity.getId());
|
|
RunBuild.log.info("uploadEntity-ids:={}", uploadEntity.getId());
|
|
jsonObject.put("name", uploadEntity.getFileId() + "#" + fileId);
|
|
jsonObject.put("name", uploadEntity.getFileId() + "#" + fileId);
|