|
@@ -401,8 +401,8 @@ public class BizAppointmentRecordServiceImpl extends ServiceImpl<BizAppointmentR
|
|
if(ObjectUtil.isNotEmpty(bizOrder.getGoodId())){
|
|
if(ObjectUtil.isNotEmpty(bizOrder.getGoodId())){
|
|
BizGoods bizGoods = bizGoodsService.getById(bizOrder.getGoodId());
|
|
BizGoods bizGoods = bizGoodsService.getById(bizOrder.getGoodId());
|
|
if(ObjectUtil.isNotNull(bizGoods)){
|
|
if(ObjectUtil.isNotNull(bizGoods)){
|
|
- bizAppointmentRecord.setGoodsName(bizGoods.getName());
|
|
|
|
- bizAppointmentRecord.setGoodsModel(bizGoods.getModel());
|
|
|
|
|
|
+ bizAppointmentRecord.setGoodsName(bizGoods.getGoodsName());
|
|
|
|
+ bizAppointmentRecord.setGoodsModel(bizGoods.getGoodsModel());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|