@@ -80,7 +80,7 @@ public class JmgaServiceImpl implements IJmgaService {
// fileList = fileList.stream().filter(v->ossKeyList.stream().noneMatch(k->FileUtil.getName(k).equals(v))).collect(Collectors.toList());
//
if(CollUtil.isNotEmpty(fileList)){
- throw new BusinessException(ErrorCode.FAILURE_CODE_4001, ErrorCode.FAILURE_CODE_4001.formatMessage(JSON.toJSONString(fileList)));
+ throw new BusinessException(ErrorCode.FAILURE_CODE_4001, JSON.toJSONString(fileList));
}
@@ -2412,7 +2412,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
throw new RuntimeException("config.json 文件有误!");
- //校验
+ //校验文件是否完整
jmgaService.checkFileWhole(uuid, dataSource, fdageData);
//调注册用户接口