From 4109b7f03c61d9b37f9729193215a327785a5a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 10 Dec 2024 09:37:26 +0800 Subject: [PATCH] 1 --- controllers/mtwm_callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/mtwm_callback.go b/controllers/mtwm_callback.go index f19b9fb2a..be1b0662d 100644 --- a/controllers/mtwm_callback.go +++ b/controllers/mtwm_callback.go @@ -36,9 +36,9 @@ func (c *MtwmController) onCallbackMsg(msgType string) { vendorStoreId = finishedPickup.AppPoiCode } if vendorStoreId != "" { - globals.SugarLogger.Debugf("-----美团订单非菜市消息推送-%s", utils.Format4Output(msg, false)) storeDetail, _ := dao.GetStoreDetailByVendorStoreID(dao.GetDB(), vendorStoreId, model.VendorIDMTWM, "") if storeDetail == nil { + globals.SugarLogger.Debugf("-----美团订单非菜市消息推送-%s", utils.Format4Output(msg, false)) switch web.BConfig.RunMode { case model.ServerTypeVegetable: callbackResponse = pushMTWMOrder2GY(msg.FormData, msgType, model.ServerTypeFruits)