1
This commit is contained in:
@@ -6417,6 +6417,7 @@ func BatchUpdateMTStoreLogos(vendorOrgCode string, relInfo []MtRelInfo) (hint st
|
||||
}
|
||||
|
||||
type TaoBindInfo struct {
|
||||
storeID int `json:"storeID"`
|
||||
VendorStoreID string `json:"vendorStoreID"`
|
||||
VendorStoreName string `json:"vendorStoreName"`
|
||||
Status string `json:"status"` //渠道营业状态
|
||||
@@ -6428,7 +6429,7 @@ var TaoStoreStatus = map[string]int{
|
||||
}
|
||||
|
||||
// SingleBindTaoVegetable 单独绑定淘鲜达平台三方映射
|
||||
func SingleBindTaoVegetable(ctx *jxcontext.Context, bind []TaoBindInfo, vendorOrgCode string, storeID int) (error, string) {
|
||||
func SingleBindTaoVegetable(ctx *jxcontext.Context, bind []TaoBindInfo, vendorOrgCode string) (error, string) {
|
||||
var (
|
||||
db *dao.DaoDB
|
||||
errList errlist.ErrList
|
||||
@@ -6451,7 +6452,7 @@ func SingleBindTaoVegetable(ctx *jxcontext.Context, bind []TaoBindInfo, vendorOr
|
||||
// }
|
||||
//}
|
||||
storeMap := &model.StoreMap{
|
||||
StoreID: storeID,
|
||||
StoreID: v.storeID,
|
||||
VendorID: model.VendorIDTaoVegetable,
|
||||
VendorOrgCode: vendorOrgCode,
|
||||
Status: TaoStoreStatus[v.Status],
|
||||
|
||||
Reference in New Issue
Block a user