rebase2
This commit is contained in:
@@ -637,7 +637,7 @@ func (v *VendorSync) LoopStoresMap2(ctx *jxcontext.Context, parentTask tasksch.I
|
|||||||
if ctx.GetUserName() != "jxadmin" {
|
if ctx.GetUserName() != "jxadmin" {
|
||||||
if len(task.GetFailedList()) > 10 {
|
if len(task.GetFailedList()) > 10 {
|
||||||
downloadURL, _, _ := WirteToExcelBySyncFailed(task)
|
downloadURL, _, _ := WirteToExcelBySyncFailed(task)
|
||||||
noticeMsg = "您此次的同步任务错误详情返回如下: "
|
noticeMsg = "您此次的同步任务错误详情返回如下: "
|
||||||
noticeMsg += fmt.Sprintf("[详情点我]%s/billshow/?normal=true&path=%s \n", globals.BackstageHost, downloadURL)
|
noticeMsg += fmt.Sprintf("[详情点我]%s/billshow/?normal=true&path=%s \n", globals.BackstageHost, downloadURL)
|
||||||
} else if len(task.GetFailedList()) > 0 && len(task.GetFailedList()) <= 10 {
|
} else if len(task.GetFailedList()) > 0 && len(task.GetFailedList()) <= 10 {
|
||||||
if task.GetErr() != nil {
|
if task.GetErr() != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user