修正返回结果

This commit is contained in:
筱锋xiao_lfeng 2023-08-18 16:45:07 +08:00
parent d7a01756bf
commit d113a984ac

View File

@ -126,7 +126,7 @@ public class RetrieveFilesService {
// 数据库写入
excelInfoMapper.insertExcelInfo(excelInfoEntity);
// 返回结果
returnResult = ResultUtil.success();
returnResult = new GetFileTreeService().getFileTreeService(excelInfoMapper);
} catch (IOException e) {
throw new RuntimeException(e);
}