|
@@ -878,6 +878,10 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
// return ResultData.error(ErrorCode.PARAM_FORMAT_ERROR);
|
|
|
// }
|
|
|
SendCallAlgorithmDetail detail = param.getDetails();
|
|
|
+ String uploadType = detail.getUploadType();
|
|
|
+ if(StrUtil.isNotEmpty(uploadType) && "log".equals(uploadType)){
|
|
|
+ return ResultData.ok();
|
|
|
+ }
|
|
|
Integer fileChunkSum = detail.getFileChunkSum();
|
|
|
String uuid = detail.getUuid();
|
|
|
if(Objects.isNull(fileChunkSum) || StrUtil.isBlank(uuid)){
|