From eaa48b9d5e8875ee81858d1136d549df563c9cb3 Mon Sep 17 00:00:00 2001 From: sxy <3187870250@qq.com> Date: Mon, 11 Aug 2025 16:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=BB=A4=E7=89=B9=E6=AE=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A4=84=E7=90=86-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/import/confirm.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/service/import/confirm.go b/pkg/service/import/confirm.go index 82ce8f4..c39057d 100644 --- a/pkg/service/import/confirm.go +++ b/pkg/service/import/confirm.go @@ -18,6 +18,8 @@ func WorkConfirm(c *gin.Context) { // 确认作品并扣除余量 newCtx := cast.NewCtxWithUserInfo(c) list, err := service.CastProvider.WorkList(newCtx, &apiCast.WorkListReq{ WorkStatus: 4, + Page: 1, + PageSize: 999, }) if err != nil { service.Error(c, err)