|
@@ -186,6 +186,7 @@ public class ManagerController {
|
|
|
}
|
|
|
|
|
|
if(falg){
|
|
|
+ log.error("上传的数据类型不正确-{}", fileId);
|
|
|
return Result.failure(CodeConstant.FAILURE_CODE_4013, CodeConstant.FAILURE_MSG_4013);
|
|
|
}
|
|
|
|
|
@@ -345,6 +346,7 @@ public class ManagerController {
|
|
|
if(!new File(objPath).exists()){
|
|
|
modelUploadEntity.setStatus(-1);
|
|
|
modelUploadService.update(modelUploadEntity);
|
|
|
+ log.error("转换obj数据失败-{}", modelUploadEntity.getFileId());
|
|
|
return Result.failure(CodeConstant.FAILURE_CODE_4006, CodeConstant.FAILURE_MSG_4006);
|
|
|
}
|
|
|
|