更新9.29
This commit is contained in:
parent
ee46331d8d
commit
1e770c2003
@ -119,6 +119,12 @@ public class IntegralOrdersServiceImpl implements IntegralOrdersService {
|
||||
integralOrdersVO.setStoreName(mtStore.getName());
|
||||
integralOrdersVO.setStoreAddress(mtStore.getAddress());
|
||||
}
|
||||
//查询商品信息
|
||||
IntegralGift integralGift = integralGiftService.queryById(integralOrders.getGiftId());
|
||||
if (ObjectUtil.isNotEmpty(integralGift)) {
|
||||
integralOrdersVO.setGiftName(integralGift.getGiftName());
|
||||
integralGift.setCoverImage(integralGift.getCoverImage());
|
||||
}
|
||||
}
|
||||
return integralOrdersVO;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user