|
|
@@ -22,6 +22,7 @@ public class InquiryDetail {
|
|
|
private Long ve_uu;
|
|
|
private String ve_contact;
|
|
|
private Long ve_contactuu;
|
|
|
+ private String ve_contacttel;
|
|
|
private String id_remark;
|
|
|
private Long id_id;
|
|
|
private Date id_myfromdate;
|
|
|
@@ -334,6 +335,11 @@ public class InquiryDetail {
|
|
|
if ("自动询价".equals(item.getInquiry().getRemark())) {
|
|
|
this.id_quto = 1;
|
|
|
}
|
|
|
+ this.ve_contactuu = item.getVendUserUU();
|
|
|
+ if (null != item.getUser()) {
|
|
|
+ this.ve_contact = item.getUser().getUserName();
|
|
|
+ this.ve_contacttel = item.getUser().getUserTel();
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|