aa
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
|
||||
"git.rosy.net.cn/baseapi/platformapi/dingdingapi"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/ddmsg"
|
||||
beego "github.com/astaxie/beego/adapter"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
|
||||
@@ -1072,7 +1071,7 @@ func TestDiff(ctx *jxcontext.Context, vendorIDList []int, storeIDList []int) {
|
||||
go func() {
|
||||
defer func() {
|
||||
if recover() != nil {
|
||||
beego.Info("执行任务失败")
|
||||
// beego.Info("执行任务失败")
|
||||
panic("API调用失败")
|
||||
}
|
||||
}()
|
||||
@@ -1090,7 +1089,7 @@ func TestDiff(ctx *jxcontext.Context, vendorIDList []int, storeIDList []int) {
|
||||
go func() {
|
||||
defer func() {
|
||||
if recover() != nil {
|
||||
beego.Info("比较任务失败")
|
||||
// beego.Info("比较任务失败")
|
||||
panic("比较任务失败")
|
||||
}
|
||||
}()
|
||||
@@ -1102,7 +1101,7 @@ func TestDiff(ctx *jxcontext.Context, vendorIDList []int, storeIDList []int) {
|
||||
go func() {
|
||||
defer func() {
|
||||
if recover() != nil {
|
||||
beego.Info("写入任务失败")
|
||||
// beego.Info("写入任务失败")
|
||||
panic("写入任务失败")
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user