From 05c5d680ed2ff41edb34ea4cab5f341ea247b7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sun, 18 Feb 2024 14:44:08 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store.go | 2 +- business/partner/purchase/ebai/store.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 49d860e2c..b827559dd 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1145,7 +1145,7 @@ func UpdateStore(ctx *jxcontext.Context, storeID int, payload map[string]interfa }, model.FieldSyncStatus, syncStatus) if err = err2; err == nil { dao.Commit(db, txDB) - //_, err = CurVendorSync.SyncStore(ctx, db, -1, store.ID, false, userName) + _, err = CurVendorSync.SyncStore(ctx, db, -1, store.ID, false, userName) if valid["tel1"] != nil || valid["tel2"] != nil { TryAddStoreBossRole4StoreByMobile(ctx, store.ID, []string{utils.Interface2String(valid["tel1"]), utils.Interface2String(valid["tel2"])}) } diff --git a/business/partner/purchase/ebai/store.go b/business/partner/purchase/ebai/store.go index 6eeef91ec..77e9793b7 100644 --- a/business/partner/purchase/ebai/store.go +++ b/business/partner/purchase/ebai/store.go @@ -242,6 +242,7 @@ func (p *PurchaseHandler) ReadStore(ctx *jxcontext.Context, vendorOrgCode, vendo } func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName string) (err error) { + return nil var stores []*tEbaiStoreInfo sql := ` SELECT