|
|
@@ -327,7 +327,7 @@ public class SearcherServiceImpl implements SearcherService {
|
|
|
|
|
|
if (!CollectionUtils.isEmpty(enUUs)) {
|
|
|
for (Object enuu : enUUs) {
|
|
|
- vendorIntroductionsFutures.add(VendorIntroduction.convertFromEnterprise(enterpriseDao.findByUu(Long.valueOf(enuu.toString()))));
|
|
|
+ vendorIntroductionsFutures.add(VendorIntroduction.convertFromEnterprise(enterpriseDao.findEnterpriseAndIsStoreByUu(Long.valueOf(enuu.toString()))));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -458,7 +458,7 @@ public class SearcherServiceImpl implements SearcherService {
|
|
|
|
|
|
if (!CollectionUtils.isEmpty(enUUs)) {
|
|
|
for (Object enuu : enUUs) {
|
|
|
- vendorIntroductionsFutures.add(VendorIntroduction.convertFromEnterprise(enterpriseDao.findByUu(Long.valueOf(enuu.toString()))));
|
|
|
+ vendorIntroductionsFutures.add(VendorIntroduction.convertFromEnterprise(enterpriseDao.findEnterpriseAndIsStoreByUu(Long.valueOf(enuu.toString()))));
|
|
|
}
|
|
|
}
|
|
|
|