浏览代码

去掉打印

胡轶钦 6 年前
父节点
当前提交
0f9e3ead5f
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      service/flashbuy/flashbuy.go

+ 0
- 5
service/flashbuy/flashbuy.go 查看文件

@@ -11,8 +11,6 @@ import (
11 11
 	"spaceofcheng/services/service"
12 12
 	"spaceofcheng/services/utils"
13 13
 	"time"
14
-
15
-	"github.com/astaxie/beego"
16 14
 )
17 15
 
18 16
 // FlashBuyServ 系统处理
@@ -147,9 +145,6 @@ func (s *FlashBuyServ) VerifyCustomerFlashBuyList(qrcode, caseId string) (*flash
147 145
 	var customerFlashBuyId string
148 146
 	var customerVerify *flashbuy.CustomerFlashBuy
149 147
 	customerFlashBuyId, err = s.vdao.GetCustomerCourseIdByQrcode(qrcode)
150
-	beego.Error("________________________________")
151
-	beego.Error(customerFlashBuyId)
152
-	beego.Error("________________________________")
153 148
 	if err != nil {
154 149
 		utils.LogError("获取核销列表失败: " + err.Error())
155 150
 		return nil, errors.New("获取核销列表失败")