This commit is contained in:
邹宗楠
2024-12-09 09:43:55 +08:00
parent bb58149ab7
commit 7e6c5f99e4
3 changed files with 6 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ func (c *MtwmController) onCallbackMsg(msgType string) {
vendorStoreId = finishedPickup.AppPoiCode
}
if vendorStoreId != "" {
globals.SugarLogger.Debugf("-----饿百订单非菜市消息推送-%s", utils.Format4Output(msg, false))
globals.SugarLogger.Debugf("-----美团订单非菜市消息推送-%s", utils.Format4Output(msg, false))
storeDetail, _ := dao.GetStoreDetailByVendorStoreID(dao.GetDB(), vendorStoreId, model.VendorIDMTWM, "")
if storeDetail == nil {
switch web.BConfig.RunMode {