huangjiajun 1 周之前
父節點
當前提交
61b747c5c3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/custom/svc/svc_task_list.go

+ 1
- 1
app/custom/svc/svc_task_list.go 查看文件

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


Loading…
取消
儲存