|
@@ -26,7 +26,7 @@ func SendMiniProgramReportWxMsg(reportId int) (err error) {
|
|
|
//go utils.SendEmail("SendMiniProgramReportWxMsg发送报告模版消息失败"+"【"+utils.APPNAME+"】"+"【"+utils.RunMode+"】"+time.Now().Format("2006-01-02 15:04:05"), "ReportId:"+reportIdStr+";"+msg+";Err:"+err.Error(), toUser)
|
|
|
}
|
|
|
}()
|
|
|
- utils.FileLog.Info("%s", "services SendMsg")
|
|
|
+ fmt.Println("推送模板消息 services SendMsg:", reportId)
|
|
|
|
|
|
report, err := models.GetReportByReportId(reportId)
|
|
|
if err != nil {
|