This commit is contained in:
苏尹岚
2021-03-31 16:20:11 +08:00
parent 9863f02757
commit 6bf4ce45a5
61 changed files with 214 additions and 215 deletions

View File

@@ -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("写入任务失败")
}
}()