Browse Source

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

dongbw 7 years ago
parent
commit
18a828b8f1
1 changed files with 1 additions and 1 deletions
  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) {
 		this.date = item.getDate();
 		this.offerTime = new Date(System.currentTimeMillis());
-		this.agreed = item.getAgreed();
+//		this.agreed = item.getAgreed();
 		this.sourceId = item.getId();
 		this.currency = item.getCurrency();
 		this.productId = item.getProductId();