From 416b6777447a1353c00251084723771492e0cd65 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:24:54 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index eb2d55e7f..2dc44fe51 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -6469,7 +6469,7 @@ func SingleBindTaoVegetable(ctx *jxcontext.Context, bind []TaoBindInfo, vendorOr // } //} storeMap := &model.StoreMap{ - StoreID: v.storeID, + StoreID: v.StoreID, VendorID: model.VendorIDTaoVegetable, VendorOrgCode: vendorOrgCode, Status: TaoStoreStatus[v.Status],