fix: 导出数据根据查询条件导出Execl

This commit is contained in:
TsMask
2024-08-01 15:01:33 +08:00
parent ae4f040221
commit 8eeb38c59a
10 changed files with 81 additions and 72 deletions

View File

@@ -228,7 +228,7 @@ func (s *SysConfigController) Export(c *gin.Context) {
// 查询结果,根据查询条件结果,单页最大值限制
querys := ctx.BodyJSONMap(c)
querys["pageNum"] = 1
querys["pageSize"] = 1000
querys["pageSize"] = 10000
data := s.sysConfigService.SelectConfigPage(querys)
if parse.Number(data["total"]) == 0 {
// 导出数据记录为空