feat: 调度任务日志查询全部数据接口异常

This commit is contained in:
TsMask
2023-12-22 10:34:41 +08:00
parent 17983d0b45
commit cc9c42037f

View File

@@ -46,7 +46,10 @@ func (s *SysJobLogController) List(c *gin.Context) {
language := ctx.AcceptLanguage(c)
// 反查多语言key
if v, ok := querys["jobName"]; ok && v != "" {
querys["jobName"] = i18n.ValueKey(language, querys["jobName"].(string))
}
dataI18n := s.sysJobLogService.SelectJobLogPage(querys)
totalI18n := parse.Number(dataI18n["total"])
if totalI18n != 0 {