Merge branch 'jdshop' of e.coding.net:rosydev/jx-callback into jdshop
This commit is contained in:
@@ -817,8 +817,8 @@ func GetVendorStore(ctx *jxcontext.Context, vendorID int, vendorOrgCode, vendorS
|
|||||||
retVal = &StoreExt{
|
retVal = &StoreExt{
|
||||||
Store: store.Store,
|
Store: store.Store,
|
||||||
//暂时添加上
|
//暂时添加上
|
||||||
FloatLng: jxutils.IntCoordinate2Standard(store.Lng),
|
//FloatLng: jxutils.IntCoordinate2Standard(store.Lng),
|
||||||
FloatLat: jxutils.IntCoordinate2Standard(store.Lat),
|
//FloatLat: jxutils.IntCoordinate2Standard(store.Lat),
|
||||||
}
|
}
|
||||||
retVal.Name = store.Name
|
retVal.Name = store.Name
|
||||||
retVal.BussinessStatus = store.CourierStatus
|
retVal.BussinessStatus = store.CourierStatus
|
||||||
|
|||||||
Reference in New Issue
Block a user