|
@@ -41,7 +41,7 @@ public class MerchantProductTagRelationService {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- List<MerchantProductTagRelation> relationList = relationRepository.findByTagIdIn(tagIdList);
|
|
|
+ List<MerchantProductTagRelation> relationList = relationRepository.findByPidAndMerchantId(productId, merchantId);
|
|
|
|
|
|
List<String> currentIdList = new ArrayList<>();
|
|
|
relationList.forEach( relation -> {
|