Parcourir la source

Merge remote-tracking branch 'origin/eta/1.8.3' into debug

Roc il y a 9 mois
Parent
commit
73b965d191
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -1913,7 +1913,7 @@ func (this *ReportController) SendMsg() {
 	// 可能存在历史数据两个只推了一个所以此处加个判断
 	// 推送模板消息
 	if reportInfo.MsgIsSend == 0 {
-		go services.SendMiniProgramReportWxMsg(req.ReportId)
+		services.SendMiniProgramReportWxMsg(reportInfo.Id)
 	}
 
 	// 更新推送消息状态