|
@@ -62,7 +62,7 @@ public class RemovePortraitServiceImpl implements IRemovePortraitService {
|
|
|
//下载文件
|
|
|
String cacheImagesPath = String.format(UploadFilePath.scene_result_data_path, num) + "caches/images/";
|
|
|
List<String> imagesList = fileServiceInterface.listRemoteFiles(cacheImagesPath);
|
|
|
- if(CollUtil.isNotEmpty(imagesList)){
|
|
|
+ if(CollUtil.isEmpty(imagesList)){
|
|
|
return;
|
|
|
}
|
|
|
|