绑定京东上层门店

This commit is contained in:
苏尹岚
2020-05-22 09:13:02 +08:00
parent 965a97dd5a
commit 17f36d8459

View File

@@ -24,6 +24,7 @@ func (p *PurchaseHandler) ReadStore(ctx *jxcontext.Context, vendorOrgCode, vendo
if result2 == nil { if result2 == nil {
return storeDetail, fmt.Errorf("未查询到该平台门店平台门店ID[%v]", vendorStoreID) return storeDetail, fmt.Errorf("未查询到该平台门店平台门店ID[%v]", vendorStoreID)
} }
storeDetail = &dao.StoreDetail{}
storeDetail.ID = utils.Str2Int(result2.ExStoreID) storeDetail.ID = utils.Str2Int(result2.ExStoreID)
storeDetail.Name = result2.StoreName storeDetail.Name = result2.StoreName
storeDetail.Address = result2.Address storeDetail.Address = result2.Address