From 4c0d5015c0cc898fb6ac692eee1401cd36a78876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 26 Mar 2024 18:32:33 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 2dc44fe51..0f695475e 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1847,7 +1847,10 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor } // 增加门店地址修改同步 + globals.SugarLogger.Debugf("========storeMap := %s", utils.Format4Output(storeMap, false)) storeDetail, err := dao.GetStoreBaseByVendorStoreID(storeMap.VendorStoreID, storeMap.VendorID) + globals.SugarLogger.Debugf("========storeDetail := %s", utils.Format4Output(storeDetail, false)) + globals.SugarLogger.Debugf("========err := %v", err) address := "" if err != nil || storeDetail == nil { return 0, fmt.Errorf("基础门店信息异常,请联系管理员")