...
|
...
|
@@ -436,13 +436,13 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { |
|
|
|
|
|
// 构建返回对象,app弹窗展示
|
|
|
CutDownPriceProductHelpUserBo bo = new CutDownPriceProductHelpUserBo();
|
|
|
bo.setUserImgUrl(userImgUrl);
|
|
|
// bo.setUserImgUrl(userImgUrl);
|
|
|
bo.setCutPrice(cutPrice);
|
|
|
|
|
|
bo.setHelpUserImgUrl(helpUserImgUrl);
|
|
|
if(systemCreateBo!=null){
|
|
|
bo.setSystemCutPrice(systemCreateBo.getCutPrice());
|
|
|
bo.setUserImgUrl(systemCreateBo.getUserImgUrl());
|
|
|
bo.setHelpUserImgUrl(systemCreateBo.getHelpUserImgUrl());
|
|
|
// bo.setUserImgUrl(systemCreateBo.getUserImgUrl());
|
|
|
bo.setSystemHelpUserImgUrl(systemCreateBo.getHelpUserImgUrl());
|
|
|
}
|
|
|
return bo;
|
|
|
}
|
...
|
...
|
@@ -524,7 +524,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { |
|
|
CutDownPriceProductHelpUserBo bo = new CutDownPriceProductHelpUserBo();
|
|
|
bo.setCutPrice(cutPrice);
|
|
|
bo.setUserImgUrl(userImageUrl);
|
|
|
bo.setHelpUserImgUrl(SYSTEM_HELP_IMAGE);
|
|
|
bo.setHelpUserImgUrl(SYSTEM_HELP_IMAGE); // 首次发起显示帮砍人头像
|
|
|
return bo;
|
|
|
}
|
|
|
|
...
|
...
|
|