|
@@ -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));
|
|
|
}
|
|
|
}
|
|
|
}
|