11
This commit is contained in:
@@ -82,14 +82,14 @@ func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorSt
|
|||||||
if err == nil {
|
if err == nil {
|
||||||
storeDetail = &dao.StoreDetail2{
|
storeDetail = &dao.StoreDetail2{
|
||||||
Store: model.Store{
|
Store: model.Store{
|
||||||
Name: shopInfo.ChainStoreName,
|
Name: shopInfo.Name,
|
||||||
Tel1: shopInfo.ContactPhone,
|
Tel1: shopInfo.ContactPhone,
|
||||||
Address: shopInfo.Address,
|
Address: shopInfo.Address,
|
||||||
Lng: jxutils.StandardCoordinate2Int(utils.Str2Float64(shopInfo.Longitude)),
|
Lng: jxutils.StandardCoordinate2Int(utils.Str2Float64(shopInfo.Longitude)),
|
||||||
Lat: jxutils.StandardCoordinate2Int(utils.Str2Float64(shopInfo.Latitude)),
|
Lat: jxutils.StandardCoordinate2Int(utils.Str2Float64(shopInfo.Latitude)),
|
||||||
},
|
},
|
||||||
VendorID: model.VendorIDFengNiao,
|
VendorID: model.VendorIDFengNiao,
|
||||||
VendorStoreID: shopInfo.ChainStoreCode,
|
VendorStoreID: shopInfo.ChainStoreID,
|
||||||
CourierStatus: shopStatus2JX(shopInfo.Status),
|
CourierStatus: shopStatus2JX(shopInfo.Status),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user