|
|
@@ -925,7 +925,7 @@ public class PublicInquiryServiceImpl implements PublicInquiryService {
|
|
|
itemInfo.setQuoted(Constant.YES);
|
|
|
}
|
|
|
if (null == itemInfo.getProductId()) {
|
|
|
- Product product = new Product();
|
|
|
+ Product product = productDao.findOne(itemInfo.getProductId());
|
|
|
product.setTitle(itemInfo.getProdTitle());
|
|
|
product.setCmpCode(itemInfo.getCmpCode());
|
|
|
product.setBrand(itemInfo.getInbrand());
|