From 2f0906718e2bd1cbbaf47bd044ea8dec76097266 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 11 Jun 2024 17:23:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=94=BE=E4=BC=98=E6=83=A0=E5=8D=B7?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=BF=87=E6=9C=9F=E9=98=9F=E5=88=97?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=A4=84=E7=90=861?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/service/coupon.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/service/coupon.go b/api/service/coupon.go index 8436a78..7d5e3ac 100644 --- a/api/service/coupon.go +++ b/api/service/coupon.go @@ -214,7 +214,6 @@ func (r *CouponService) AddSystemCoupon(req requests.AddSystemCoupon) (bool, err } t, err := time.ParseInLocation("2006-01-02 15:04:05", *req.ValidEndTime, location) - fmt.Println(t) if err != nil { tx.Rollback() return false, errors.New("新增失败")