zwxi 9 months ago
parent
commit
0136a60a25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/wx_category_template_msg.go

+ 1 - 1
services/wx_category_template_msg.go

@@ -125,7 +125,7 @@ func SendMfyxEmailFileForAskMsgResearch(cont context.Context) (err error) {
 				openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
 				openIdList := make([]*models.OpenIdList,0)
 				openIdList = append(openIdList, openIpItem)
-				SendWxCategoryMsgWithActivityAsk(user.CompanyName, user.RealName, sellerItem.RealName, time.Now().Format(utils.FormatDateTimeMinute2), v2.Content, openIdList, v2.AskId)
+				SendWxCategoryMsgWithActivityAsk(user.CompanyName, user.RealName, sellerItem.RealName, time.Now().Format(utils.FormatDateTimeMinute2), v2.Content, openIdList, v.ActivityId)
 			}
 		}
 		errFile = models.UPdateActivityMsgToSendFile(v.ActivityId)