Просмотр исходного кода

返回的询价详情增加供应商uu号

hejq 8 лет назад
Родитель
Сommit
455689e754
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/main/java/com/uas/platform/b2b/erp/model/InquiryDetail.java

+ 1 - 0
src/main/java/com/uas/platform/b2b/erp/model/InquiryDetail.java

@@ -317,6 +317,7 @@ public class InquiryDetail {
 		this.in_code = item.getInquiry().getCode();
 		this.id_prodcode = item.getProduct().getCode();
 		this.id_currency = item.getCurrency();
+		this.ve_uu = item.getVendUU();
 		if (!CollectionUtils.isEmpty(item.getReplies())) {
 			dets = new ArrayList<InquiryDetailDet>();
 			for (PurchaseInquiryReply reply : item.getReplies()) {