huangjiajun il y a 1 semaine
Parent
révision
61b747c5c3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app/custom/svc/svc_task_list.go

+ 1
- 1
app/custom/svc/svc_task_list.go Voir le fichier

@@ -246,7 +246,7 @@ func TaskDetailNotice(c *gin.Context) {
if args["type"] != "" { if args["type"] != "" {
sess.And("type=?", args["type"]) sess.And("type=?", args["type"])
} }
size := 10
size := 50
p := utils.StrToInt(args["p"]) p := utils.StrToInt(args["p"])
if p == 0 { if p == 0 {
p = 1 p = 1


Chargement…
Annuler
Enregistrer