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("新增失败")