From ba7fea9846bac1ff6ea0c559c4a213d80916bcbd Mon Sep 17 00:00:00 2001 From: lijikun Date: Fri, 3 Jan 2025 15:09:33 +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/controller/couponusers/couponUsers.go | 1 - internal/logic/couponusers/couponUsers.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/controller/couponusers/couponUsers.go b/internal/controller/couponusers/couponUsers.go index d829c8a..6936b91 100644 --- a/internal/controller/couponusers/couponUsers.go +++ b/internal/controller/couponusers/couponUsers.go @@ -246,7 +246,6 @@ func (c *CouponUsers) AddRecord(r *ghttp.Request) { /*近期使用*/ -// 未编写 // 导出拥有卡券的用户 func (c *CouponUsers) ExportCouponUsers(r *ghttp.Request) { var req *couponusers.GetCouponUsersReq diff --git a/internal/logic/couponusers/couponUsers.go b/internal/logic/couponusers/couponUsers.go index c6cde3d..e24b2bd 100644 --- a/internal/logic/couponusers/couponUsers.go +++ b/internal/logic/couponusers/couponUsers.go @@ -111,7 +111,7 @@ func (s *sCouponUsers) DeleteCouponUserByJwcode(ctx context.Context, couponId, j return result, err } -// 通过excel导入精网号 +// 通过excel导入精网号, 解析并发放卡券 func (s *sCouponUsers) InsertJwcodeByExcel(ctx context.Context, file multipart.File, couponId int) (num int, err error) { // func (s *sCouponUsers) InsertJwcodeByExcel(file multipart.File) (jwcodes []int, err error) {