[考勤对接]临时授权不在file表中,优化处理

This commit is contained in:
xudawei 2024-09-14 18:36:43 +08:00
parent 5ec56dd3ab
commit ae8fb09556

View File

@ -879,7 +879,7 @@ public class FileServiceImpl implements FileService {
List<File> fileList = fileDao.getByFileUuids(fileKeyList); List<File> fileList = fileDao.getByFileUuids(fileKeyList);
//获取不在dbFile中但是在默认axzo-obs-private中的key //获取不在dbFile中但是在默认axzo-obs-private中的key
responseList.addAll(fetchNoFileAndObsPrivate(fileKeys, fileList)); responseList.addAll(fetchNoFileAndObsPrivate(fileKeyList, fileList));
if (CollectionUtils.isEmpty(fileList)) { if (CollectionUtils.isEmpty(fileList)) {
return responseList; return responseList;
} }