fix: 体系数据列表手动分页层级错误

This commit is contained in:
2023-11-15 15:21:34 +08:00
parent d881d5cfc7
commit 23190a0b96
@@ -35,7 +35,7 @@ public interface ISarMenuStandardNewService extends IService<SarMenuStandardNew>
List<SarMenuStandard> standardSystemTree();
IPage<List<StandSystemDTO>> standardSystemList(StandSystemDTO standSystemDTO);
IPage<StandSystemDTO> standardSystemList(StandSystemDTO standSystemDTO);
void standardSystemListExport(StandSystemDTO standSystemDTO, HttpServletResponse response);
}