bug
This commit is contained in:
@@ -719,6 +719,8 @@ public class BuyOrderServiceImpl extends ServiceImpl<BuyOrderDao, BuyOrder> impl
|
||||
responseVo.setRealPrice(buyOrder.getRealMoney());
|
||||
responseVo.setShippingPrice(buyOrder.getShippingMoney());
|
||||
responseVo.setDistrictPrice(buyOrder.getDistrictMoney());
|
||||
responseVo.setJfDeduction(buyOrder.getJfDeduction());
|
||||
responseVo.setAddressId(buyOrder.getAddressId());
|
||||
responseVo.setOrderType(buyOrder.getOrderType());
|
||||
BeanUtil.copyProperties(buyOrder, responseVo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user