From ec798bd62464bc3f5002894d682922b3d2e80249 Mon Sep 17 00:00:00 2001 From: zhoupengwei Date: Fri, 13 May 2022 15:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=91=E6=9C=8D=E5=88=B8=E5=88=97=E8=A1=A8+?= =?UTF-8?q?=E9=A2=86=E5=88=B8=EF=BC=8C=E4=BC=81=E4=B8=9A=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=EF=BC=8C=E8=B4=AD=E4=B9=B0vip=E9=A2=86=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/app/company.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/example/app/company.go b/example/app/company.go index 26fe08b..fa0632e 100644 --- a/example/app/company.go +++ b/example/app/company.go @@ -200,9 +200,6 @@ var CompanyCtr = Ctr{ } //先判断是否领取过 couponCount := that.Db.Count("coupon_user", Map{"user_id": user_id}) - fmt.Println(that.Db.LastQuery) - fmt.Println(that.Db.LastData) - fmt.Println(that.Db.LastErr) if couponCount == 0 { that.Db.Insert("coupon_user", data) }