|
@@ -74,6 +74,7 @@ public class SaleOutDetail {
|
|
|
PurchaseNotice notice = new PurchaseNotice();
|
|
PurchaseNotice notice = new PurchaseNotice();
|
|
|
notice.setId(this.b2b_pn_id);
|
|
notice.setId(this.b2b_pn_id);
|
|
|
item.setNotice(notice);
|
|
item.setNotice(notice);
|
|
|
|
|
+ item.setNoticeId(this.b2b_pn_id);
|
|
|
return item;
|
|
return item;
|
|
|
}
|
|
}
|
|
|
|
|
|