[考勤对接]临时授权不在file表中,优化处理
This commit is contained in:
parent
5ec56dd3ab
commit
ae8fb09556
@ -879,7 +879,7 @@ public class FileServiceImpl implements FileService {
|
||||
|
||||
List<File> fileList = fileDao.getByFileUuids(fileKeyList);
|
||||
//获取不在dbFile中,但是在默认axzo-obs-private中的key
|
||||
responseList.addAll(fetchNoFileAndObsPrivate(fileKeys, fileList));
|
||||
responseList.addAll(fetchNoFileAndObsPrivate(fileKeyList, fileList));
|
||||
if (CollectionUtils.isEmpty(fileList)) {
|
||||
return responseList;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user