Эх сурвалжийг харах

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

dongbw 7 жил өмнө
parent
commit
18a828b8f1

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