From 4a77161781cf62e774e33283a4a66999749cf627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 17 Mar 2021 10:23:18 +0800 Subject: [PATCH] aa --- business/jxstore/report/report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/report/report.go b/business/jxstore/report/report.go index 894dc346d..93b75342f 100644 --- a/business/jxstore/report/report.go +++ b/business/jxstore/report/report.go @@ -431,7 +431,7 @@ func RefreshStoreManageState(ctx *jxcontext.Context) { //营业状态 storeManage.VendorStatus = store.Status //不一致发消息 - if storeDetail.VendorStatus != store.Status { + if storeDetail.Status != store.Status { content := "您的门店 [" + storeDetail.Name + "],ID:[" + utils.Int2Str(storeDetail.ID) + "],在[" + model.VendorNames[vendorID] + "] 平台上营业状态和京西不一致!" if user, err := dao.GetUserByID(db, "mobile", storeDetail.MarketManPhone); err == nil { ddmsg.SendUserMessage(dingdingapi.MsgTyeText, user.UserID, "平台门店状态变化", content)