Merge branch 'dev_物权转移' into test6.8.6
Showing
1 changed file
with
6 additions
and
4 deletions
@@ -69,10 +69,12 @@ public class MessageFacade { | @@ -69,10 +69,12 @@ public class MessageFacade { | ||
69 | List<String> uidList = Lists.newArrayList(ownerUid, applicantUid); | 69 | List<String> uidList = Lists.newArrayList(ownerUid, applicantUid); |
70 | Map<Integer, ProfileInfoRsp> profileMap = userInfoProxyService.queryIcoAndMobile(uidList); | 70 | Map<Integer, ProfileInfoRsp> profileMap = userInfoProxyService.queryIcoAndMobile(uidList); |
71 | String ownerMobile = profileMap.get(Integer.parseInt(ownerUid)).getMobile(); | 71 | String ownerMobile = profileMap.get(Integer.parseInt(ownerUid)).getMobile(); |
72 | - String applicantName = profileMap.get(Integer.parseInt(applicantUid)).getNickname(); | ||
73 | - if(StringUtils.isEmpty(applicantName) || applicantName.startsWith("YOHO-")) { | ||
74 | - applicantName = MobileHelper.coverMobile2(profileMap.get(Integer.parseInt(applicantUid)).getMobile()); | ||
75 | - } | 72 | +// String applicantName = profileMap.get(Integer.parseInt(applicantUid)).getNickname(); |
73 | +// if(StringUtils.isEmpty(applicantName) || applicantName.startsWith("YOHO-")) { | ||
74 | +// applicantName = MobileHelper.coverMobile2(profileMap.get(Integer.parseInt(applicantUid)).getMobile()); | ||
75 | +// } | ||
76 | + | ||
77 | + String applicantName = MobileHelper.coverMobile2(profileMap.get(Integer.parseInt(applicantUid)).getMobile()); | ||
76 | 78 | ||
77 | //商品信息 | 79 | //商品信息 |
78 | BuyerOrderGoods buyerOrderGoods = buyerOrderGoodsMapper.selectOnlyByOrderCode(orderCode); | 80 | BuyerOrderGoods buyerOrderGoods = buyerOrderGoodsMapper.selectOnlyByOrderCode(orderCode); |
-
Please register or login to post a comment