This commit is contained in:
gazebo
2019-07-23 09:32:32 +08:00
parent 3d4d539ab1
commit 2b38cbf750
3 changed files with 7 additions and 7 deletions

View File

@@ -131,7 +131,7 @@ func StoreDetail2ShopInfo(storeDetail *dao.StoreDetail2) (shopInfo *dadaapi.Shop
}
shopInfo = &dadaapi.ShopInfo{
OriginShopID: utils.Int2Str(storeDetail.ID),
StationName: storeDetail.Name,
StationName: storeDetail.CourierStoreName,
CityName: cityName,
AreaName: districtName,
StationAddress: storeDetail.Address,