瀏覽代碼

处理询价单明细报价后就是已拒绝状态bug

dongbw 7 年之前
父節點
當前提交
18a828b8f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/uas/ps/inquiry/model/PublicInquiryItem.java

+ 1 - 1
src/main/java/com/uas/ps/inquiry/model/PublicInquiryItem.java

@@ -998,7 +998,7 @@ public class PublicInquiryItem implements Serializable {
 	public PublicInquiryItem(PurcInquiryItemInfo item) {
 	public PublicInquiryItem(PurcInquiryItemInfo item) {
 		this.date = item.getDate();
 		this.date = item.getDate();
 		this.offerTime = new Date(System.currentTimeMillis());
 		this.offerTime = new Date(System.currentTimeMillis());
-		this.agreed = item.getAgreed();
+//		this.agreed = item.getAgreed();
 		this.sourceId = item.getId();
 		this.sourceId = item.getId();
 		this.currency = item.getCurrency();
 		this.currency = item.getCurrency();
 		this.productId = item.getProductId();
 		this.productId = item.getProductId();