Showing
1 changed file
with
1 additions
and
1 deletions
@@ -62,7 +62,7 @@ public class AppraiseAddressService { | @@ -62,7 +62,7 @@ public class AppraiseAddressService { | ||
62 | List<AppraiseAddressResp> appraiseAddressResps = queryAddressInfoList(); | 62 | List<AppraiseAddressResp> appraiseAddressResps = queryAddressInfoList(); |
63 | 63 | ||
64 | if (CollectionUtils.isEmpty(appraiseAddressResps)) { | 64 | if (CollectionUtils.isEmpty(appraiseAddressResps)) { |
65 | - return new AppraiseAddressResp.builder().setMobile("15010019250").setType(0).setAddressName("YOHO!北京鉴定中心").setAddress("北京市朝阳区建国路81号华贸中心1号写字楼3层").build(); | 65 | + return new AppraiseAddressResp.builder().setMobile("15010019250").setType(0).setAddressName("宫布朗").setAddress("北京市朝阳区建国路81号华贸写字楼1座3层 UFO飞碟好物【北京】实物鉴定中心").build(); |
66 | } | 66 | } |
67 | return appraiseAddressResps.get(0); | 67 | return appraiseAddressResps.get(0); |
68 | } | 68 | } |
-
Please register or login to post a comment