From 8ebf040a62f79ede71edca863e70f94344d37981 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 19 Jul 2019 08:37:00 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=B0=86=E2=80=9C=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E7=82=B9=E6=88=91=E2=80=9D=E6=94=BE=E5=9C=A8=E6=8A=A5=E8=AD=A6?= =?UTF-8?q?=E6=9C=80=E5=89=8D=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 74d974cc1..a8c9fbbfb 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1565,7 +1565,7 @@ func SendAlarmVendorSnapshot(ctx *jxcontext.Context, parentTask tasksch.ITask, p - 当前营业时间: %s `, storeDetail.Store.Name, v.StoreID, storeDetail.CityName, model.VendorChineseNames[v.VendorID], v.VendorStoreID, model.StoreStatusName[v.Status], curStoreStatus, jxutils.OperationTimeStr4VendorStore(v), curOpTimeStr)) } - alarmTextStr := "# " + title + " \n \n" + strings.Join(txtAlarm, " \n") + fmt.Sprintf("[详情点我](%s/billshow/?normal=true&path=%s)\n", globals.BackstageHost, excelURL) + alarmTextStr := "# " + title + " \n" + fmt.Sprintf("[详情点我](%s/billshow/?normal=true&path=%s) \n", globals.BackstageHost, excelURL) + strings.Join(txtAlarm, " \n") sendStoreStatusInfo2Mobile(mobile, title, alarmTextStr) return nil, nil }, mobileList)