fix(接口测试): case 多附件创建修改

Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
fit2-zhao 2024-10-28 09:46:44 +08:00 committed by Craftsman
parent bf239a8733
commit af663a8d70
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class ApiFileUtil extends FileUtils {
if (CollectionUtils.isNotEmpty(bodyFiles) && StringUtils.isNotBlank(requestId)) {
for (MultipartFile bodyFile : bodyFiles) {
fileManagerService.upload(bodyFile, getRequest(requestId));
fileManagerService.upload(bodyFile, getRequest(requestId, bodyFile.getOriginalFilename()));
}
}
}