delete lat lng

This commit is contained in:
richboo111
2022-12-22 17:53:58 +08:00
parent a6b4a8e33f
commit c9b41df782

View File

@@ -817,8 +817,8 @@ func GetVendorStore(ctx *jxcontext.Context, vendorID int, vendorOrgCode, vendorS
retVal = &StoreExt{
Store: store.Store,
//暂时添加上
FloatLng: jxutils.IntCoordinate2Standard(store.Lng),
FloatLat: jxutils.IntCoordinate2Standard(store.Lat),
//FloatLng: jxutils.IntCoordinate2Standard(store.Lng),
//FloatLat: jxutils.IntCoordinate2Standard(store.Lat),
}
retVal.Name = store.Name
retVal.BussinessStatus = store.CourierStatus