Просмотр исходного кода

Merge branch '2.1.0' of http://git.ycjcjy.com/SpaceOfCheng/services into 2.1.0

zjxpcyc 6 лет назад
Родитель
Сommit
f7e4a483e5
1 измененных файлов: 0 добавлений и 5 удалений
  1. 0
    5
      service/flashbuy/flashbuy.go

+ 0
- 5
service/flashbuy/flashbuy.go Просмотреть файл

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