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("基础门店信息异常,请联系管理员")