|
@@ -202,7 +202,7 @@ public class InquiryForSaleServiceImpl implements InquiryForSaleService {
|
|
|
inquiry.setAttachs(attachs);
|
|
inquiry.setAttachs(attachs);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- if (null == inquiry.getEnName()) {
|
|
|
|
|
|
|
+ if (null == inquiry.getEnName() && !StringUtils.isEmpty(inquiry.getEnUU())) {
|
|
|
Enterprise e = enterpriseDao.findOne(inquiry.getEnUU());
|
|
Enterprise e = enterpriseDao.findOne(inquiry.getEnUU());
|
|
|
inquiry.setEnName(e.getEnName());
|
|
inquiry.setEnName(e.getEnName());
|
|
|
}
|
|
}
|