|
|
@@ -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();
|