|
|
@@ -375,7 +375,7 @@ public class SeekPurchaseBomServiceImpl implements SeekPurchaseBomService{
|
|
|
if (codeWord != null && codeWord.size() > 0) {
|
|
|
seekPurchaseByBatchList.get(i).setCodeWord(codeWord);
|
|
|
}
|
|
|
- List<Map<String, Object>> brandWord = searcherService.getSimilarComponents(seekPurchaseByBatchList.get(i).getBrand());
|
|
|
+ List<Map<String, Object>> brandWord = searcherService.getSimilarBrands(seekPurchaseByBatchList.get(i).getBrand());
|
|
|
if (codeWord != null && codeWord.size() > 0) {
|
|
|
seekPurchaseByBatchList.get(i).setBrandWord(brandWord);
|
|
|
}
|