fanzherong_v před 2 měsíci
rodič
revize
211bf010ad

+ 3 - 0
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/bizappointmentrecord/entity/BizAppointmentRecord.java

@@ -141,4 +141,7 @@ public class BizAppointmentRecord extends CommonEntity {
     private String unloadImg;
     @TableField(exist = false)
     private String unloadName;
+
+    @TableField(exist = false)
+    private String customerContactName;
 }

+ 1 - 0
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/bizappointmentrecord/mapper/mapping/BizAppointmentRecordMapper.xml

@@ -11,6 +11,7 @@
             bo.order_name,
             bo.order_type,
             bc.name customerName,
+            bc.contact customerContactName,
             bg.GOODS_NAME goodsName,
             bg.GOODS_MODEL goodsModel,
             bar.time_id,