فهرست منبع

货品goodsName

shasha 3 ماه پیش
والد
کامیت
148e575878

+ 2 - 2
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/bizappointmentrecord/service/impl/BizAppointmentRecordServiceImpl.java

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