From 94088b4bafd18e45ecba63a3959a93291c3a57b5 Mon Sep 17 00:00:00 2001 From: lijikun Date: Fri, 3 Jan 2025 15:10:03 +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=EF=BC=8C?= =?UTF-8?q?=E5=8C=85=E5=90=AB=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/service/couponusers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/service/couponusers.go b/internal/service/couponusers.go index 26b7408..2ecbfea 100644 --- a/internal/service/couponusers.go +++ b/internal/service/couponusers.go @@ -20,7 +20,7 @@ type ( GetCouponUsersByCondition(ctx context.Context, couponId int, jwcode int, name string, pageNo int, pageSize int) (users []couponusers.GetCouponUsersRes, err error) // 根据jwcode,优惠券id删除用户 DeleteCouponUserByJwcode(ctx context.Context, couponId int, jwcode int) (result sql.Result, err error) - // 通过excel导入精网号 + // 通过excel导入精网号, 解析并发放卡券 InsertJwcodeByExcel(ctx context.Context, file multipart.File, couponId int) (num int, err error) // 传来jwcodes字符串,解析并发放卡券 InsertCouponUsersByJwcodeStr(ctx context.Context, jwcodeStr string, couponId int) (num int, err error)