From 3e9f7a7fbc713b531c386b8ec51fe936d659413f Mon Sep 17 00:00:00 2001 From: lijikun Date: Fri, 3 Jan 2025 14:51:45 +0800 Subject: [PATCH] =?UTF-8?q?1=E6=9C=883=E6=97=A5=E8=B0=83=E6=95=B4=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E7=BB=86=E8=8A=82=EF=BC=88=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E5=85=A5=E7=9A=84=E5=8C=85=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/cmd/cmd.go | 1 + internal/logic/couponusers/couponUsers.go | 1 - internal/service/couponusers.go | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/cmd/cmd.go b/internal/cmd/cmd.go index fd8d67f..22ab805 100644 --- a/internal/cmd/cmd.go +++ b/internal/cmd/cmd.go @@ -1,6 +1,7 @@ package cmd import ( + "CouponBackendGo/internal/controller/coupon" "CouponBackendGo/internal/controller/couponusers" "CouponBackendGo/internal/logic/middleware" "context" diff --git a/internal/logic/couponusers/couponUsers.go b/internal/logic/couponusers/couponUsers.go index b9e22a0..c6cde3d 100644 --- a/internal/logic/couponusers/couponUsers.go +++ b/internal/logic/couponusers/couponUsers.go @@ -387,7 +387,6 @@ func (s *sCouponUsers) IssueCouponToUser(ctx context.Context, jwcode, couponId i } -/*未编写*/ // 导出拥有卡券的用户列表 func (s *sCouponUsers) ExportCouponUsers(r *ghttp.Request, couponId, jwcode int, name string, pageNo, pageSize int) { //调用查询 diff --git a/internal/service/couponusers.go b/internal/service/couponusers.go index 6dc3464..26b7408 100644 --- a/internal/service/couponusers.go +++ b/internal/service/couponusers.go @@ -32,7 +32,6 @@ type ( IsEligibleUser(ctx context.Context, jwcode int, couponIds []int) (img string, err error) // 给单个用户发放卡券 IssueCouponToUser(ctx context.Context, jwcode int, couponId int) (err error) - /*未编写*/ // 导出拥有卡券的用户列表 ExportCouponUsers(r *ghttp.Request, couponId int, jwcode int, name string, pageNo int, pageSize int) // 添加用户选择武器记录