Authored by wangshusheng

头像

@@ -436,13 +436,13 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { @@ -436,13 +436,13 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService {
436 436
437 // 构建返回对象,app弹窗展示 437 // 构建返回对象,app弹窗展示
438 CutDownPriceProductHelpUserBo bo = new CutDownPriceProductHelpUserBo(); 438 CutDownPriceProductHelpUserBo bo = new CutDownPriceProductHelpUserBo();
439 - bo.setUserImgUrl(userImgUrl); 439 +// bo.setUserImgUrl(userImgUrl);
440 bo.setCutPrice(cutPrice); 440 bo.setCutPrice(cutPrice);
441 - 441 + bo.setHelpUserImgUrl(helpUserImgUrl);
442 if(systemCreateBo!=null){ 442 if(systemCreateBo!=null){
443 bo.setSystemCutPrice(systemCreateBo.getCutPrice()); 443 bo.setSystemCutPrice(systemCreateBo.getCutPrice());
444 - bo.setUserImgUrl(systemCreateBo.getUserImgUrl());  
445 - bo.setHelpUserImgUrl(systemCreateBo.getHelpUserImgUrl()); 444 +// bo.setUserImgUrl(systemCreateBo.getUserImgUrl());
  445 + bo.setSystemHelpUserImgUrl(systemCreateBo.getHelpUserImgUrl());
446 } 446 }
447 return bo; 447 return bo;
448 } 448 }
@@ -524,7 +524,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { @@ -524,7 +524,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService {
524 CutDownPriceProductHelpUserBo bo = new CutDownPriceProductHelpUserBo(); 524 CutDownPriceProductHelpUserBo bo = new CutDownPriceProductHelpUserBo();
525 bo.setCutPrice(cutPrice); 525 bo.setCutPrice(cutPrice);
526 bo.setUserImgUrl(userImageUrl); 526 bo.setUserImgUrl(userImageUrl);
527 - bo.setHelpUserImgUrl(SYSTEM_HELP_IMAGE); 527 + bo.setHelpUserImgUrl(SYSTEM_HELP_IMAGE); // 首次发起显示帮砍人头像
528 return bo; 528 return bo;
529 } 529 }
530 530