修正返回结果
This commit is contained in:
parent
d7a01756bf
commit
d113a984ac
|
@ -126,7 +126,7 @@ public class RetrieveFilesService {
|
||||||
// 数据库写入
|
// 数据库写入
|
||||||
excelInfoMapper.insertExcelInfo(excelInfoEntity);
|
excelInfoMapper.insertExcelInfo(excelInfoEntity);
|
||||||
// 返回结果
|
// 返回结果
|
||||||
returnResult = ResultUtil.success();
|
returnResult = new GetFileTreeService().getFileTreeService(excelInfoMapper);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user