zwxi 10 tháng trước cách đây
mục cha
commit
1ca38ab343
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      services/smart_report.go

+ 1 - 0
services/smart_report.go

@@ -244,6 +244,7 @@ func Report2pdfAndJpeg(reportUrl string, reportId int) {
 
 	defer func() {
 		if err != nil {
+			go alarm_msg.SendAlarmMsg("Report2pdfAndJpeg failed:"+err.Error(), 3)
 			utils.FileLog.Info("Report2pdfAndJpeg failed: , error: \n" + err.Error())
 		}
 	}()