diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 139ea6900..e991e1cf4 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -3014,7 +3014,7 @@ creatExec: if err != nil { baseapi.SugarLogger.Errorf("WriteToExcel:upload %s , %s failed error:%v", fileName, err) } else { - noticeMsg := fmt.Sprintf("[详情点我]%s%s ", globals.BackstageHost, downloadURL) + noticeMsg := fmt.Sprintf("[详情点我]%s", downloadURL) ddmsg.SendUserMessage(dingdingapi.MsgTyeText, ctx.GetUserID(), "异步任务完成", noticeMsg) baseapi.SugarLogger.Debug("WriteToExcel: dataSuccess downloadURL: [%v]", downloadURL) }