| | |
| | | //查询店铺信息 |
| | | ComShopStoreDO storeDO = comShopStoreDAO.selectById(storeId); |
| | | if(storeDO != null){ |
| | | ComShopStoreVO shopStoreVO = new ComShopStoreVO(); |
| | | PageShopStoreVO shopStoreVO = new PageShopStoreVO(); |
| | | BeanUtils.copyProperties(storeDO,shopStoreVO); |
| | | orderPreviewVO.setShopStoreVO(shopStoreVO); |
| | | } |
| | |
| | | } |
| | | orderVo.setOrderGoodsVOList(orderGoodsVOS); |
| | | |
| | | ComShopStoreVO shopStoreVO = new ComShopStoreVO(); |
| | | PageShopStoreVO shopStoreVO = new PageShopStoreVO(); |
| | | //查询店铺信息 |
| | | ComShopStoreDO shopStoreDO = comShopStoreDAO.selectById(orderVo.getStoreId()); |
| | | if(shopStoreDO != null){ |
| | |
| | | BeanUtils.copyProperties(shopOrderDO,orderVO); |
| | | orderVO.setOrderTotal(shopOrderDO.getTotalAmount()); |
| | | |
| | | ComShopStoreVO shopStoreVO = new ComShopStoreVO(); |
| | | PageShopStoreVO shopStoreVO = new PageShopStoreVO(); |
| | | //查询店铺信息 |
| | | ComShopStoreDO shopStoreDO = comShopStoreDAO.selectById(shopOrderDO.getStoreId()); |
| | | if(shopStoreDO != null){ |