Browse Source

平台主动报价传到ERP数据异常问题的处理

hejq 8 years ago
parent
commit
e429087c0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/platform/b2b/erp/model/Inquiry.java

+ 1 - 1
src/main/java/com/uas/platform/b2b/erp/model/Inquiry.java

@@ -222,7 +222,7 @@ public class Inquiry {
 	public Inquiry(SaleQuotation quotation) {
 	public Inquiry(SaleQuotation quotation) {
 		this.in_code = quotation.getCode();
 		this.in_code = quotation.getCode();
 		this.in_date = quotation.getDate();
 		this.in_date = quotation.getDate();
-		this.in_enddate = quotation.getDate();
+		this.in_enddate = quotation.getEndDate();
 		this.in_recorddate = quotation.getDate();
 		this.in_recorddate = quotation.getDate();
 		this.in_remark = quotation.getRemark();
 		this.in_remark = quotation.getRemark();
 		this.b2b_qu_id = quotation.getId();
 		this.b2b_qu_id = quotation.getId();