|
@@ -596,7 +596,7 @@ public class AppUserRewardServiceImpl implements IAppUserRewardService {
|
|
|
FsStoreProductScrm storeProductScrm = getProductInfo(fsAppRole.getRegisterProductId());
|
|
FsStoreProductScrm storeProductScrm = getProductInfo(fsAppRole.getRegisterProductId());
|
|
|
if (storeProductScrm != null){
|
|
if (storeProductScrm != null){
|
|
|
fsAppRole.setGoodsName(storeProductScrm.getProductName());
|
|
fsAppRole.setGoodsName(storeProductScrm.getProductName());
|
|
|
- fsAppRole.setGoodsUrl(storeProductScrm.getImgUrl());
|
|
|
|
|
|
|
+ fsAppRole.setGoodsUrl(storeProductScrm.getImage());
|
|
|
return fsAppRole;
|
|
return fsAppRole;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -625,7 +625,7 @@ public class AppUserRewardServiceImpl implements IAppUserRewardService {
|
|
|
FsStoreProductScrm storeProductScrm = getProductInfo(fsAppRole.getCourseProductId());
|
|
FsStoreProductScrm storeProductScrm = getProductInfo(fsAppRole.getCourseProductId());
|
|
|
if (storeProductScrm != null){
|
|
if (storeProductScrm != null){
|
|
|
fsAppRole.setGoodsName(storeProductScrm.getProductName());
|
|
fsAppRole.setGoodsName(storeProductScrm.getProductName());
|
|
|
- fsAppRole.setGoodsUrl(storeProductScrm.getImgUrl());
|
|
|
|
|
|
|
+ fsAppRole.setGoodsUrl(storeProductScrm.getImage());
|
|
|
return fsAppRole;
|
|
return fsAppRole;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|