Authored by caoyan

Merge branch 'gray_物权转移' into test6.8.6

@@ -659,7 +659,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ @@ -659,7 +659,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
659 item.setUid(toUid); 659 item.setUid(toUid);
660 item.setContent(getContent(profileMap.get(toUid))); 660 item.setContent(getContent(profileMap.get(toUid)));
661 String headIcon = profileMap.get(toUid).getHead_ico(); 661 String headIcon = profileMap.get(toUid).getHead_ico();
662 - if(DEFAULT_HEAD_IMG_1.equals(headIcon) || StringUtils.isBlank(headIcon)){//有货的默认头像 662 + if(DEFAULT_HEAD_IMG.equals(headIcon) || StringUtils.isBlank(headIcon)){//有货的默认头像
663 //ufo 用户的默认头像 663 //ufo 用户的默认头像
664 // headIcon = configReader.getString("ufo.product.defaultUserHeadIcon", "http://img12.static.yhbimg.com/article/2019/02/26/16/02456ade977d8dfdbc4ca548b196c1d62b.png?imageView2/{mode}/w/{width}/h/{height}"); 664 // headIcon = configReader.getString("ufo.product.defaultUserHeadIcon", "http://img12.static.yhbimg.com/article/2019/02/26/16/02456ade977d8dfdbc4ca548b196c1d62b.png?imageView2/{mode}/w/{width}/h/{height}");
665 headIcon = "http://img12.static.yhbimg.com/article/2019/02/26/16/02456ade977d8dfdbc4ca548b196c1d62b.png?imageView2/{mode}/w/{width}/h/{height}"; 665 headIcon = "http://img12.static.yhbimg.com/article/2019/02/26/16/02456ade977d8dfdbc4ca548b196c1d62b.png?imageView2/{mode}/w/{width}/h/{height}";