1
This commit is contained in:
@@ -6348,7 +6348,7 @@ func CreateDDWarehouse(vendorOrgCode string, vendorStoreID, storeID int64) error
|
||||
}
|
||||
err1 = tiktok_store.BindStoreWarehouse(vendorOrgCode, utils.Int64ToStr(storeID), vendorStoreID)
|
||||
if err1 != nil { //仓库绑定通过自定义外部ID
|
||||
errList.AddErr(fmt.Errorf("门店(%d) 绑定仓库%d 失败:%v", storeID, warehouseID, err1))
|
||||
errList.AddErr(fmt.Errorf("门店(%d) 绑定仓库失败:%v", storeID, err1))
|
||||
}
|
||||
return errList.GetErrListAsOne()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user