增加部分访问日志条数10->20

This commit is contained in:
刘祥超
2021-12-08 17:49:30 +08:00
parent eb37345e85
commit 32ba919851
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ func (this *HistoryAction) RunGet(params struct {
if len(day) > 0 && regexp.MustCompile(`\d{4}-\d{2}-\d{2}`).MatchString(day) {
day = strings.ReplaceAll(day, "-", "")
size := int64(10)
size := int64(20)
this.Data["hasError"] = params.HasError