逻辑增加

This commit is contained in:
richboo111
2022-12-22 17:26:48 +08:00
parent 02116faf1b
commit de0af3df9b
2 changed files with 4 additions and 1 deletions

View File

@@ -814,6 +814,9 @@ func GetVendorStore(ctx *jxcontext.Context, vendorID int, vendorOrgCode, vendorS
if store, err := handler.GetStore(ctx, 0, vendorStoreID); err == nil {
retVal = &StoreExt{
Store: store.Store,
//暂时添加上
FloatLng: jxutils.IntCoordinate2Standard(store.Lng),
FloatLat: jxutils.IntCoordinate2Standard(store.Lat),
}
retVal.Name = store.Name
retVal.BussinessStatus = store.CourierStatus