|
@@ -143,6 +143,8 @@ public class ProductDetailERPServiceImpl implements ProductDetailERPService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
products.get(0).setErpReserve(productDetailERP.getReserve());
|
|
products.get(0).setErpReserve(productDetailERP.getReserve());
|
|
|
|
|
+ products.get(0).setProduceDate(productDetailERP.getProduceDate());
|
|
|
|
|
+ products.get(0).setPrice(productDetailERP.getPrice());
|
|
|
productList.add(products.get(0));
|
|
productList.add(products.get(0));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|