|
|
@@ -422,7 +422,7 @@ public class PublicInquiryServiceImpl implements PublicInquiryService {
|
|
|
String kind = item.getProdTitle();
|
|
|
Set<Long> enuuSet = new HashSet<>();
|
|
|
if (!StringUtils.isEmpty(kind)) {
|
|
|
- enuuSet = kindConcernDao.findByNameCn(kind);
|
|
|
+ enuuSet = kindConcernDao.findByNameCnAndNeEnuu(kind, item.getInquiry().getEnUU());
|
|
|
}
|
|
|
String url = PS_PRODUCT_URL + "/product/businessOpportunity";
|
|
|
JSONObject formData = new JSONObject();
|